This website requires JavaScript.
Explore
Help
Sign In
p15693087
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
25706d7285
django
/
tests
/
auth_tests
/
templates
/
registration
/
password_reset_email.html
3 lines
97 B
HTML
Raw
Normal View
History
Unescape
Escape
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. uid is now base64 encoded in password reset URLs/views. A backwards compatible password_reset_confirm view/URL will allow password reset links generated before this change to continue to work. This view will be removed in Django 1.7. Thanks jonash for the initial patch and claudep for the review.
2013-06-22 04:59:33 +08:00
{{ protocol }}://{{ domain }}/reset/{{ uid }}/{{ token }}/
Fixed #24944 -- Added extra_email_context parameter to password_reset() view.
2015-06-18 20:49:35 +08:00
Email email context: "{{ greeting }}"