Skip to content

Commit

Permalink
Update aspnetcore/security/authorization/secure-data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick-Anderson committed Sep 19, 2024
1 parent 7edde8b commit 8e63790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/security/authorization/secure-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The `SeedData` class creates two accounts: administrator and manager. Use the [S
dotnet user-secrets set SeedUserPW <PW>
```

If a very weak password is specified, an exception is thrown when `SeedData.Initialize` is called.
If a weak password is specified, an exception is thrown when `SeedData.Initialize` is called.

Update the app to use the test password:

Expand Down

0 comments on commit 8e63790

Please sign in to comment.