Opened 9 years ago

Closed 9 years ago

#25151 closed Cleanup/optimization (wontfix)

rename LOGIN_REDIRECT_URL to POST_LOGIN_URL

Reported by: Aron Podrigal Owned by: nobody
Component: Core (Other) Version: 1.8
Severity: Normal Keywords: settings
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The setting variable LOGIN_REDIRECT_URL is ambiguous , which might be interpreted as "redirect URL to login page". Perhaps a better name is POST_LOGIN_REDIRECT_URL or just POST_LOGIN_URL

Change History (1)

comment:1 by Tim Graham, 9 years ago

Resolution: wontfix
Status: newclosed

I doubt renaming the setting would be worth the backwards compatibility pain for the Django ecosystem. Anyway, we have documentation to explain how it works. Feel free to raise the issue on the DevelopersMailingList if you want to make your case otherwise.

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