Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / registration / email_change_email.txt @ ddd61409

History | View | Annotate | Download (485 Bytes)

1
{% extends "im/email.txt" %}
2

    
3
{% block content %}
4
Recipient: {{ ec.new_email_address }}
5

    
6
The user '{{ ec.user.email }}', most likely owned by you, requested to assign 
7
the email address '{{ ec.new_email_address }}' with the corresponding 
8
{{ BRANDING_SERVICE_NAME }} account.
9

    
10
To confirm the change of the email please visit the following link:
11

    
12
{{ url }}
13

    
14
In case you are not aware of the email change request please ignore this
15
message.
16
{% endblock %}
17

    
18
{% block note %}{% endblock%}