From 8b82fa61c64361ba29efaca9158ead0849729c09 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:18:35 -1000 Subject: [PATCH] Update 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 0c3ab2a659..fd22134893 100644 --- a/aspnetcore/security/authorization/secure-data.md +++ b/aspnetcore/security/authorization/secure-data.md @@ -294,7 +294,7 @@ 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](https://support.microsoft.com/en-us/windows/create-and-use-strong-passwords-c5cebb49-8c53-4f5e-2bc4-fe357ca048eb): +* Choose a [strong password](https://support.microsoft.com/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.