FEATURE: the hide_email_address_taken setting works with the change email address form in user preferences

This commit is contained in:
Neil Lalonde
2017-10-04 11:41:08 -04:00
parent abdb334823
commit c29334cf23
4 changed files with 61 additions and 16 deletions

View File

@@ -2660,11 +2660,11 @@ en:
title: "Account already exists"
subject_template: "[%{email_prefix}] Account already exists"
text_body_template: |
You just tried to create an account at %{site_name}. However, an account already exists for %{email}.
You just tried to create an account at %{site_name}, or tried to change the email of an account to %{email}. However, an account already exists for %{email}.
If you forgot your password, [reset it now](%{base_url}/password-reset).
If you didnt try to create an account for %{email}, dont worry you can safely ignore this message.
If you didnt try to create an account for %{email} or change your email address, dont worry you can safely ignore this message.
If you have any questions, [contact our friendly staff](%{base_url}/about).