Django

Code

Ticket #8552 (closed: fixed)

Opened 3 months ago

Last modified 3 months ago

Use the LOGIN_REDIRECT_URL in auth test views

Reported by: aeby Assigned to: nobody
Milestone: 1.0 Component: Authentication
Version: SVN Keywords: auth test views LOGIN_REDIRECT_URL
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

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

Attachments

auth_test_views.patch (0.6 kB) - added by aeby on 08/26/08 02:50:22.

Change History

08/26/08 02:50:22 changed by aeby

  • attachment auth_test_views.patch added.

08/26/08 03:03:48 changed by anonymous

  • status changed from new to closed.
  • needs_better_patch changed.
  • resolution set to fixed.
  • needs_tests changed.
  • needs_docs changed.

08/26/08 03:04:18 changed by anonymous

  • status changed from closed to reopened.
  • resolution deleted.

08/27/08 01:02:14 changed by mtredinnick

  • status changed from reopened to closed.
  • resolution set to fixed.

(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.


Add/Change #8552 (Use the LOGIN_REDIRECT_URL in auth test views)




Change Properties
Action