1
0
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:
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

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