Verification by email of recovery address.
This commit is contained in:
@@ -10,7 +10,11 @@
|
||||
{% trans "Email Change" %}
|
||||
</h1>
|
||||
<p style="color: rgba(0,0,0,.75);">
|
||||
{% blocktrans %}We received a request to change the e-mail associated with your {{ platform_name }} account from {{ old_email }} to {{ new_email }}. If this is correct, please confirm your new e-mail address by visiting:{% endblocktrans %}
|
||||
{% if is_secondary_email_change_request %}
|
||||
{% blocktrans %}We received a request to change the secondary e-mail associated with your {{ platform_name }} account to {{ new_email }}. If this is correct, please confirm your new secondary e-mail address by visiting:{% endblocktrans %}
|
||||
{% else %}
|
||||
{% blocktrans %}We received a request to change the e-mail associated with your {{ platform_name }} account from {{ old_email }} to {{ new_email }}. If this is correct, please confirm your new e-mail address by visiting:{% endblocktrans %}
|
||||
{% endif %}
|
||||
<br />
|
||||
</p>
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{% load i18n %}{% autoescape off %}
|
||||
{% blocktrans %}We received a request to change the e-mail associated with your {{ platform_name }} account from {{ old_email }} to {{ new_email }}. If this is correct, please confirm your new e-mail address by visiting:{% endblocktrans %}
|
||||
{% if is_secondary_email_change_request %}
|
||||
{% blocktrans %}We received a request to change the secondary e-mail associated with your {{ platform_name }} account to {{ new_email }}. If this is correct, please confirm your new secondary e-mail address by visiting:{% endblocktrans %}
|
||||
{% else %}
|
||||
{% blocktrans %}We received a request to change the e-mail associated with your {{ platform_name }} account from {{ old_email }} to {{ new_email }}. If this is correct, please confirm your new e-mail address by visiting:{% endblocktrans %}
|
||||
{% endif %}
|
||||
|
||||
{{ confirm_link }}
|
||||
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
{% load i18n %}
|
||||
{% autoescape off %}
|
||||
{% blocktrans trimmed %}Request to change {{ platform_name }} account e-mail{% endblocktrans %}
|
||||
{% if is_secondary_email_change_request %}
|
||||
{% blocktrans trimmed %}Request to change {{ platform_name }} account secondary e-mail{% endblocktrans %}
|
||||
{% else %}
|
||||
{% blocktrans trimmed %}Request to change {{ platform_name }} account e-mail{% endblocktrans %}
|
||||
{% endif %}
|
||||
{% endautoescape %}
|
||||
|
||||
Reference in New Issue
Block a user