mirror of
https://github.com/bitwarden/server
synced 2025-12-19 17:53:44 +00:00
[Reset Password] Manage Reset Password permission (#1252)
This commit is contained in:
@@ -43,6 +43,7 @@ namespace Bit.Core.Context
|
||||
bool ManagePolicies(Guid orgId);
|
||||
bool ManageSso(Guid orgId);
|
||||
bool ManageUsers(Guid orgId);
|
||||
bool ManageResetPassword(Guid orgId);
|
||||
|
||||
Task<ICollection<CurrentContentOrganization>> OrganizationMembershipAsync(
|
||||
IOrganizationUserRepository organizationUserRepository, Guid userId);
|
||||
|
||||
Reference in New Issue
Block a user