Changes between Version 2 and Version 3 of Ticket #25030, comment 5
- Timestamp:
- Jul 22, 2015, 8:39:59 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25030, comment 5
v2 v3 1 1 Replying to [comment:2 claudep]: 2 > 2 > We might find a way to short-circuit the contrib.auth login view when request.user is already authenticated and user.backend point to RemoteUserBackend or a subclass. Thoughts? 3 3 4 4 I've now updated https://github.com/django/django/pull/4925 with a497f111cf959b23163c030745e4cb18be7eb0a9 where I shortcut when the user is authenticated.