Skip to content

Commit

Permalink
SFI:ROPC metadata (#33726)
Browse files Browse the repository at this point in the history
* SFI:ROPC metadata

I think we should standardize on ROPC hits that have been fixed.

* Update aspnetcore/security/authorization/secure-data.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Update aspnetcore/security/authorization/secure-data.md

* Update aspnetcore/security/authorization/secure-data.md

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
  • Loading branch information
Rick-Anderson and tdykstra authored Sep 27, 2024
1 parent bc52fc0 commit 09f5afb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion aspnetcore/security/authorization/secure-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Learn how to create an ASP.NET Core web app with user data protecte
ms.author: riande
ms.date: 12/5/2021
ms.custom: mvc
ms.sfi.ropc: t
uid: security/authorization/secure-data
---

Expand Down Expand Up @@ -293,7 +294,12 @@ In the preceding code:
If you haven't already set a password for seeded user accounts, use the [Secret Manager tool](xref:security/app-secrets#secret-manager) to set a password:

* Choose a strong password: Use eight or more characters and at least one upper-case character, number, and symbol.
* Choose a [strong password](https://support.microsoft.com/en-us/windows/create-and-use-strong-passwords-c5cebb49-8c53-4f5e-2bc4-fe357ca048eb):
* At least 12 characters long but 14 or more is better.
* A combination of uppercase letters, lowercase letters, numbers, and symbols.
* Not a word that can be found in a dictionary or the name of a person, character, product, or organization.
* Significantly different from your previous passwords.
* Easy for you to remember but difficult for others to guess. Consider using a memorable phrase like "6MonkeysRLooking^".
* Execute the following command from the project's folder, where `<PW>` is the password:

```dotnetcli
Expand Down

0 comments on commit 09f5afb

Please sign in to comment.