mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
[SG-1022] Update min password requirements to 12 char (#2677)
* fix: update to 10 * work: 12
This commit is contained in:
parent
bcc2a2a1ce
commit
bcaba6652b
@ -341,7 +341,7 @@ public static class ServiceCollectionExtensions
|
||||
{
|
||||
RequireDigit = false,
|
||||
RequireLowercase = false,
|
||||
RequiredLength = 10,
|
||||
RequiredLength = 12,
|
||||
RequireNonAlphanumeric = false,
|
||||
RequireUppercase = false
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user