Mercurial > public > sg101
annotate gpp/templates/accounts/password_reset_email.txt @ 507:8631d32e6b16
Some users are still having problems with the pop-up login. I think they are actually getting 403s because of the CSRF protection. So I have modified the base template to always have a javascript variable called csrf_token available when they aren't logged in. The ajax_login.js script was then modified to send this value with the ajax post. Fingers crossed.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 04 Dec 2011 03:05:21 +0000 |
parents | 4edfea7f8620 |
children |
rev | line source |
---|---|
bgneal@78 | 1 Hello, |
bgneal@78 | 2 |
bgneal@78 | 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. |
bgneal@78 | 4 |
bgneal@78 | 5 If you did request a password reset, please visit the following link, where you will be able to enter your new password: |
bgneal@78 | 6 |
bgneal@78 | 7 {{ protocol }}://{{ domain }}/accounts/password/reset/confirm/{{ uid }}/{{ token }}/ |
bgneal@78 | 8 |
bgneal@78 | 9 Regards, |
bgneal@78 | 10 |
bgneal@78 | 11 The staff at {{ site_name }} |