mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
Removed security stamp rotation during set-password SSO flow (#933)
This commit is contained in:
parent
dcded43f86
commit
c0e99d4047
@ -592,7 +592,7 @@ namespace Bit.Core.Services
|
|||||||
return IdentityResult.Failed(_identityErrorDescriber.UserAlreadyHasPassword());
|
return IdentityResult.Failed(_identityErrorDescriber.UserAlreadyHasPassword());
|
||||||
}
|
}
|
||||||
|
|
||||||
var result = await UpdatePasswordHash(user, masterPassword);
|
var result = await UpdatePasswordHash(user, masterPassword, true, false);
|
||||||
if (!result.Succeeded)
|
if (!result.Succeeded)
|
||||||
{
|
{
|
||||||
return result;
|
return result;
|
||||||
|
Loading…
Reference in New Issue
Block a user