Merge remote-tracking branch 'origin/v10/dev' into v11/dev

This commit is contained in:
Bjarke Berg
2023-02-15 14:06:39 +01:00
27 changed files with 613 additions and 55 deletions

View File

@@ -31,8 +31,7 @@ public sealed class ConfigureMemberIdentityOptions : IConfigureOptions<IdentityO
options.Lockout.AllowedForNewUsers = true;
// TODO: Implement this
options.Lockout.DefaultLockoutTimeSpan = TimeSpan.FromDays(30);
options.Lockout.DefaultLockoutTimeSpan = TimeSpan.FromMinutes(_securitySettings.MemberDefaultLockoutTimeInMinutes);
options.Password.ConfigurePasswordOptions(_memberPasswordConfiguration);