summaryrefslogtreecommitdiff
path: root/django/conf/admin_templates/registration/password_reset_email.html
blob: 4a5bb920d6e82067efc35866e4701997579d4f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
You're receiving this e-mail because you requested a password reset
for your user account at {{ site_name }}.

Your new password is: {{ new_password }}

Feel free to change this password by going to this page:

http://{{ domain }}/password_change/

Your username, in case you've forgotten, is {{ user.username }}

Thanks for using our site!

The {{ site_name }} team