Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8552 closed (fixed)

Use the LOGIN_REDIRECT_URL in auth test views

Reported by: Reto Aebersold Owned by: nobody
Component: contrib.auth Version: dev
Severity: Keywords: auth test views LOGIN_REDIRECT_URL
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Use the LOGIN_REDIRECT_URL setting in the login method instead of the hard coded '/accounts/profile/' to respect user settings.

Attachments (1)

auth_test_views.patch (576 bytes ) - added by Reto Aebersold 16 years ago.

Download all attachments as: .zip

Change History (5)

by Reto Aebersold, 16 years ago

Attachment: auth_test_views.patch added

comment:1 by anonymous, 16 years ago

Resolution: fixed
Status: newclosed

comment:2 by anonymous, 16 years ago

Resolution: fixed
Status: closedreopened

comment:3 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: reopenedclosed

(In [8613]) Fixed #8552 -- Use the LOGIN_REDIRECT_URL setting in the auth tests, rather than hard-coding the value.

This enables things to work properly when installed in other configurations.
Patch from aeby.

comment:4 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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