diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2018-11-15 02:00:04 +0100 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-11-14 20:00:04 -0500 |
commit | b97af15de67b04fd259bd70a4abbc873f12e9491 (patch) | |
tree | 9a88d821a0ec98edc6dba64804ca6d0692df91fe /options/locale/locale_en-US.ini | |
parent | 4c1f1f96465e809161f7d634a07eb60b4511db35 (diff) | |
download | gitea-b97af15de67b04fd259bd70a4abbc873f12e9491.tar.gz gitea-b97af15de67b04fd259bd70a4abbc873f12e9491.zip |
Block registration based on email domain (#5157)
* implement email domain whitelist
Diffstat (limited to 'options/locale/locale_en-US.ini')
-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 a82acc3dd1..f806d631ea 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -242,6 +242,7 @@ openid_register_title = Create new account openid_register_desc = The chosen OpenID URI is unknown. Associate it with a new account here. openid_signin_desc = Enter your OpenID URI. For example: https://anne.me, bob.openid.org.cn or gnusocial.net/carry. disable_forgot_password_mail = Password reset is disabled. Please contact your site administrator. +email_domain_blacklisted = You cannot register with your email address. [mail] activate_account = Please activate your account |