This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
aac2a2d2ae
django1
/
tests
/
auth_tests
/
templates
/
registration
/
password_reset_email.html
2 lines
59 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 }}/