mirror of
https://github.com/bitwarden/server.git
synced 2025-05-28 06:44:50 -05:00
use 100k iterations
This commit is contained in:
parent
6b8fdc1a98
commit
cb30a519a7
@ -199,7 +199,7 @@ namespace Bit.Core.Utilities
|
||||
Action<IdentityOptions> setAction = null)
|
||||
{
|
||||
services.TryAddTransient<ILookupNormalizer, LowerInvariantLookupNormalizer>();
|
||||
services.Configure<PasswordHasherOptions>(options => options.IterationCount = 75000);
|
||||
services.Configure<PasswordHasherOptions>(options => options.IterationCount = 100000);
|
||||
|
||||
var identityBuilder = services.AddIdentityWithoutCookieAuth<User, Role>(setAction);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user