diff options
author | zeripath <art27@cantab.net> | 2022-03-18 09:57:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 17:57:07 +0800 |
commit | 7fc5fd6415f92120811747681bcde9ed42825151 (patch) | |
tree | bf68cbb2499547c6575d02fe397484d0e4da2c8f /options | |
parent | 929b07fe45dcf7622fb47be3f7251ea37483f323 (diff) | |
download | gitea-7fc5fd6415f92120811747681bcde9ed42825151.tar.gz gitea-7fc5fd6415f92120811747681bcde9ed42825151.zip |
Do not send activation email if manual confirm is set (#19119)
If the mailer is configured then even if Manual confirm is set an activation email
is still being sent because `handleUserCreated` is not checking for this case.
Fix #17263
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
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 90564c63b1..0627735b64 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -282,6 +282,7 @@ register_helper_msg = Already have an account? Sign in now! social_register_helper_msg = Already have an account? Link it now! disable_register_prompt = Registration is disabled. Please contact your site administrator. disable_register_mail = Email confirmation for registration is disabled. +manual_activation_only = Contact your site administrator to complete activation. remember_me = Remember this Device forgot_password_title= Forgot Password forgot_password = Forgot password? |