mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
[Reset Password] Manage Reset Password permission (#1252)
This commit is contained in:
@ -12,5 +12,6 @@ namespace Bit.Core.Models.Data
|
||||
public bool ManagePolicies { get; set; }
|
||||
public bool ManageSso { get; set; }
|
||||
public bool ManageUsers { get; set; }
|
||||
public bool ManageResetPassword { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user