#8451: Fix URL in e-mails sent out by password reset
--------------------------------------------------------------+-------------
Reporter: Richard Davies <[EMAIL PROTECTED]> | Owner: nobody
Status: new | Milestone:
1.0
Component: Authentication | Version:
SVN
Keywords: | Stage:
Unreviewed
Has_patch: 1 |
--------------------------------------------------------------+-------------
The authentication framework as a built in view
(django.contrib.auth.views.password_reset) and form
(django.contrib.auth.forms.PasswordResetForm) which send a user an e-mail
inviting them to reset their password.
The e-mail assumes that the view
'django.contrib.auth.views.password_reset_confirm' will be at "{{ protocol
}}://{{ domain }}/reset/{{ uid }}-{{ token }}/", whereas in fact it might
be anywhere.
This patch calls reverse() to generate the correct URL for the e-mail.
--
Ticket URL: <http://code.djangoproject.com/ticket/8451>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---