This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-04-22 15:54:50 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ee46722cb9
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-21 20:59:33 +00:00
{{ protocol }}://{{ domain }}/reset/{{ uid }}/{{ token }}/
Fixed #24944 -- Added extra_email_context parameter to password_reset() view.
2015-06-18 12:49:35 +00:00
Email email context: "{{ greeting }}"
Reference in a new issue
Copy permalink