summaryrefslogtreecommitdiffstats
path: root/templates/authopenid/sendpw_email.txt
blob: 2024061c399d73f38ce124cd570ec442d1cf7a1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% load i18n %}
{% blocktrans %}Someone has requested to reset your password on {{ site_url }}.
If it were not you, it is safe to ignore this email.{% endblocktrans %}

{% trans "Your new account details are:" %}

{% trans "Username:" %} {{ username }}
{% trans "New password:" %} {{ password }}

{% trans "To confirm that you wanted to reset your password please visit:" %}
{{ site_url }}{{ url_confirm }}?key={{ confirm_key }}

{% blocktrans %}Sincerely,
Forum Administrator{% endblocktrans %}