datatracker/ietf/templates/registration/add_email_exists_email.txt
Lars Eggert 0faa2e40e7
fix: Don't expose existing emails via reset password and account creation forms (#5288)
* Rebase to feat/postgres

* Attempt to address further review comments
2023-03-15 17:27:29 -05:00

15 lines
548 B
Plaintext

{% autoescape off %}{% load ietf_filters %}
Hello,
{% filter wordwrap:78 %}We have received a request to add the email address {{ email }} to the user account '{{ person.user }}' at {{ domain }}.
This email address {{ email }} is already associated with your account at {{ domain }} and cannot be associated with two accounts.{% endfilter %}
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 %}