home / django_tickets / tickets

tickets: 8451

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
8451 2008-08-20 15:52:48 2011-09-28 16:12:17 2022-03-06 03:42:18.666168 Unreviewed closed contrib.auth     dev duplicate Fix URL in e-mails sent out by password reset 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. nobody Richard Davies <richard.davies@elastichosts.com>   0 1 0 0 0 0
Powered by Datasette · Queries took 1.522ms