1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

[Reset Password] Admin page updates (#1379)

This commit is contained in:
Vincent Salucci
2021-06-07 09:08:34 -05:00
committed by GitHub
parent fe1ffb6a22
commit f6236bea6f
4 changed files with 13 additions and 0 deletions

View File

@ -178,6 +178,10 @@
<input type="checkbox" class="form-check-input" asp-for="UseEvents">
<label class="form-check-label" asp-for="UseEvents"></label>
</div>
<div class="form-check">
<input type="checkbox" class="form-check-input" asp-for="UseResetPassword">
<label class="form-check-label" asp-for="UseResetPassword"></label>
</div>
<div class="form-check mb-3">
<input type="checkbox" class="form-check-input" asp-for="UsersGetPremium">
<label class="form-check-label" asp-for="UsersGetPremium"></label>