By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 email-change.txt

View raw Download
text/plain • 418 B
ASCII text
        
            
1
{% extends "mail.txt" %}
2
{% block content %}
3
# You must verify your email address
4
5
Someone has requested that the account {{ username }} use this email address ({{ new_email }})
6
on this server. This email is safe to ignore; you will keep your current email address.
7
This will expire in 24 hours.
8
Please access the following WWW address to verify this email address:
9
10
<{{ url }}>
11
{% endblock %}
12