mirror of
https://github.com/bitwarden/server
synced 2025-12-25 12:43:14 +00: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