#37019 new Bug

Make sync login() and logout() set request.auser if present

Reported by: Jacob Walls Owned by:
Component: contrib.auth Version: 5.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Analogous to #37017, we should make sync logout() clear request.auser if present. If auser is not present, I doubt login() should set it, but if it is present, it probably should be set as well.

Change History (0)

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