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