Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8131 closed (fixed)

Make new auth views 'reversable'

Reported by: Dave Naffziger Owned by: Eric Holscher
Component: contrib.auth Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The new password change views do not support user management of URLs due to the lack of the use of reverse. These patches utilize reverse to select the urls to send users to after each of the steps in the process. Related to ticket:8129.

Attachments (1)

auth_reverse.diff (1.8 KB ) - added by Dave Naffziger 16 years ago.

Download all attachments as: .zip

Change History (4)

by Dave Naffziger, 16 years ago

Attachment: auth_reverse.diff added

comment:1 by Eric Holscher, 16 years ago

milestone: 1.0
Owner: set to Eric Holscher
Status: newassigned
Triage Stage: UnreviewedReady for checkin

comment:2 by Jacob, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [8334]) Fixed #8131: use reverse() in auth views. Patch from davenaff.

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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