Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#25083 closed Cleanup/optimization (fixed)

Add SessionAuthenticationMiddleware to auth installation docs

Reported by: Nick Sweeting Owned by: nobody
Component: Documentation Version: 1.7
Severity: Normal Keywords: auth, SessionAuthenticationMiddleware, contrib.auth, sessions, docs
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The (new in 1.7) django.contrib.auth.middleware.SessionAuthenticationMiddleware is an incredibly important security improvement that insures a user's other sessions are logged out after a password change. We should add it to the >1.7 docs on auth installation as a default.

https://docs.djangoproject.com/en/dev/topics/auth/#installation

Change History (4)

comment:1 by Nick Sweeting, 9 years ago

This is for all docs >1.7 if this gets merged it should be merged into the 1.7 _and_ 1.8 branches.

comment:2 by Tim Graham, 9 years ago

Triage Stage: UnreviewedReady for checkin
Type: UncategorizedCleanup/optimization

comment:3 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 2733c32b:

[1.8.x] Fixed #25083 -- Added SessionAuthenticationMiddleware to auth installation docs

Backport of f0857c09fb51b21afb3e55da53bce962466af6d3 from master

comment:4 by Tim Graham <timograham@…>, 9 years ago

In f0857c0:

Fixed #25083 -- Added SessionAuthenticationMiddleware to auth installation docs

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