From 8e6379048dee0ba3fed1cd305952517247a558df Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:36:29 -1000 Subject: [PATCH] Update aspnetcore/security/authorization/secure-data.md --- aspnetcore/security/authorization/secure-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authorization/secure-data.md b/aspnetcore/security/authorization/secure-data.md index df8b42a8c53e..53cb0d3aabe4 100644 --- a/aspnetcore/security/authorization/secure-data.md +++ b/aspnetcore/security/authorization/secure-data.md @@ -137,7 +137,7 @@ The `SeedData` class creates two accounts: administrator and manager. Use the [S dotnet user-secrets set SeedUserPW ``` -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: