datatracker/ietf/templates/registration/add_email_email.txt
Ole Laursen b83e0d2c78 Unify the URL name handling in ietfauth, i.e. just refer directly to
the view behind the URL instead of naming it.
 - Legacy-Id: 11172
2016-05-06 12:58:10 +00:00

18 lines
626 B
Plaintext

{% autoescape off %}
Hello,
{% filter wordwrap:73 %}We have received a request to add the email address {{ email }} to the user account '{{ person.user }}' at {{ domain }}. If you requested this change, please confirm that this is your email address by clicking on following link:{% endfilter %}
https://{{ domain }}{% url "ietf.ietfauth.views.confirm_new_email" auth %}
This link will expire in {{ expire }} days.
If you did not request this change, you may safely ignore this email,
as no actions have been taken.
Best regards,
The datatracker login manager service
(for the IETF Secretariat)
{% endautoescape %}