1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

fix: update to 10 (#2670)

This commit is contained in:
Brandon Maharaj 2023-02-06 11:36:03 -05:00 committed by GitHub
parent 113ee8a680
commit 9110efa44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,7 +339,7 @@ public static class ServiceCollectionExtensions
{
RequireDigit = false,
RequireLowercase = false,
RequiredLength = 8,
RequiredLength = 10,
RequireNonAlphanumeric = false,
RequireUppercase = false
};