mirror of
https://github.com/bitwarden/server
synced 2025-12-14 07:13:39 +00:00
Added OrgIdentifer to SetPasswordAsync // Added jit user two factor provider (#1009)
This commit is contained in:
@@ -210,7 +210,8 @@ namespace Bit.Api.Controllers
|
||||
throw new UnauthorizedAccessException();
|
||||
}
|
||||
|
||||
var result = await _userService.SetPasswordAsync(model.ToUser(user), model.MasterPasswordHash, model.Key);
|
||||
var result = await _userService.SetPasswordAsync(model.ToUser(user), model.MasterPasswordHash, model.Key,
|
||||
model.OrgIdentifier);
|
||||
if (result.Succeeded)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user