1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 11:33:26 +00:00

[Reset Password v1] - Make auto enrollment required when enabled (#1412)

* [Reset Password v1] - Make auto enrollment required when enabled

* Removed unnecessary imports
This commit is contained in:
Vincent Salucci
2021-07-08 10:48:43 -05:00
committed by GitHub
parent feb3106f37
commit be13eb153a
3 changed files with 14 additions and 3 deletions

View File

@@ -665,12 +665,12 @@
<value>Automatic Enrollment</value>
</data>
<data name="ResetPasswordAutoEnrollDescription" xml:space="preserve">
<value>All users will be automatically enrolled in password reset once their invite is accepted.</value>
<value>All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw.</value>
</data>
<data name="ResetPasswordAutoEnrollWarning" xml:space="preserve">
<value>Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password.</value>
</data>
<data name="ResetPasswordAutoEnrollCheckbox" xml:space="preserve">
<value>Automatically enroll new users</value>
<value>Require new users to be enrolled automatically</value>
</data>
</root>