diff options
Diffstat (limited to 'django/contrib/admin/templates/registration/password_reset_email.html')
| -rw-r--r-- | django/contrib/admin/templates/registration/password_reset_email.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/django/contrib/admin/templates/registration/password_reset_email.html b/django/contrib/admin/templates/registration/password_reset_email.html new file mode 100644 index 0000000000..4a5bb920d6 --- /dev/null +++ b/django/contrib/admin/templates/registration/password_reset_email.html @@ -0,0 +1,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 |
