mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05:00
[Reset Password] ForcePasswordReset in AuthResult (#1576)
This commit is contained in:
parent
4b346ff7ea
commit
c0f53d7371
@ -164,6 +164,7 @@ namespace Bit.Core.IdentityServer
|
||||
customResponse.Add("Key", user.Key);
|
||||
}
|
||||
|
||||
customResponse.Add("ForcePasswordReset", user.ForcePasswordReset);
|
||||
customResponse.Add("ResetMasterPassword", string.IsNullOrWhiteSpace(user.MasterPassword));
|
||||
customResponse.Add("Kdf", (byte)user.Kdf);
|
||||
customResponse.Add("KdfIterations", user.KdfIterations);
|
||||
|
Loading…
x
Reference in New Issue
Block a user