Mercurial > public > sg101
comparison gpp/templates/accounts/password_reset_email.txt @ 78:4edfea7f8620
#29 - Implementing the forgotten password reset process.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 12 Jul 2009 18:02:44 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
77:d5eed0a91a05 | 78:4edfea7f8620 |
---|---|
1 Hello, | |
2 | |
3 {{ site_name }} has received a request to reset the password for the user '{{ user }}'. If you didn't request this change, you can safely ignore this email. | |
4 | |
5 If you did request a password reset, please visit the following link, where you will be able to enter your new password: | |
6 | |
7 {{ protocol }}://{{ domain }}/accounts/password/reset/confirm/{{ uid }}/{{ token }}/ | |
8 | |
9 Regards, | |
10 | |
11 The staff at {{ site_name }} |