Changes between Version 2 and Version 3 of Ticket #25030, comment 5


Ignore:
Timestamp:
Jul 22, 2015, 8:39:59 AM (9 years ago)
Author:
Jan Pazdziora

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25030, comment 5

    v2 v3  
    11Replying to [comment:2 claudep]:
    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?
     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?
    33
    44I've now updated https://github.com/django/django/pull/4925 with a497f111cf959b23163c030745e4cb18be7eb0a9 where I shortcut when the user is authenticated.
Back to Top