1
0
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:
Vincent Salucci
2021-04-05 09:45:17 -05:00
committed by GitHub
parent 4b98361684
commit 7a35813dfd
4 changed files with 15 additions and 1 deletions

View File

@@ -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);