mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
use 100k iterations
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user