Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#18301 closed Bug (fixed)

url name 'auth_password_reset_confirm' not present in contrib.auth.urls

Reported by: nicknnn Owned by: nobody
Component: Documentation Version: 1.4
Severity: Normal Keywords: contrib.auth, email template
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

https://docs.djangoproject.com/en/1.4/topics/auth/
In sample registration/password_reset_email.html

{{ protocol}}://{{ domain }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}

Url name 'auth_password_reset_confirm' not present in contrib.auth.urls.
Valid name 'password_reset_confirm'

Change History (3)

comment:1 by Luke Plant, 12 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Claude Paroz, 12 years ago

Resolution: fixed
Status: newclosed

Fixed #18301 -- Fixed url name in password reset example.

Thanks nicknnn for the report.

Changeset: 0611e1fed2308ad5613cffd3629dfa5a97248dff

comment:3 by Claude Paroz, 12 years ago

[1.4.x] Fixed #18301 -- Fixed url name in password reset example.

Thanks nicknnn for the report.

Changeset: 589af4971e259e7660ede6d0270207c856347c8f

Note: See TracTickets for help on using tickets.
Back to Top