Changes between Initial Version and Version 1 of Ticket #25075, comment 2
- Timestamp:
- Jul 7, 2015, 8:36:09 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25075, comment 2
initial v1 1 This has always been so in earlier versions. If the user is working with the site, then he has session_key. In that moment, when switched off it administrator (is_active=False), itwill continue to have access to views under the decorator `login_required` until continues the action session_key.1 This has always been so in earlier versions. If the user is working with the site, then he has session_key. In that moment, when switched off it administrator (is_active=False), user will continue to have access to views under the decorator `login_required` until continues the action session_key. 2 2 I'm not sure that this behavior will not resume in new versions or in a custom User model or in different from default session backends. 3 3