#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 , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 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.
Fixed #18301 -- Fixed url name in password reset example.
Thanks nicknnn for the report.