diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2018-09-13 17:34:36 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-09-13 12:34:36 -0400 |
commit | 2a6d3ba058ef855340ea0092a0e06781d067ad74 (patch) | |
tree | 3f9da2ea007d5ccc8359f1497d296bf8a1f5e9c3 /options | |
parent | f98040ad5007a3f1f8a80d2ec82f0333b4c684b7 (diff) | |
download | gitea-2a6d3ba058ef855340ea0092a0e06781d067ad74.tar.gz gitea-2a6d3ba058ef855340ea0092a0e06781d067ad74.zip |
Allow admin toggle forcing a password change for newly created users (#4563)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index e163a7e46d..bbb8a6c8c4 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -206,6 +206,7 @@ sign_up_now = Need an account? Register now. sign_up_successful = Account was successfully created. confirmation_mail_sent_prompt = A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process. must_change_password = Update your password +allow_password_change = Require user to change password (recommended) reset_password_mail_sent_prompt = A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the password reset process. active_your_account = Activate Your Account account_activated = Account has been activated |