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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25030, comment 5

    v3 v4  
    44I've now updated https://github.com/django/django/pull/4925 with a497f111cf959b23163c030745e4cb18be7eb0a9 where I shortcut when the user is authenticated.
    55
    6 I'm not sure about the RemoteUserBackend check though -- it seems to be a little bit out of place in django/contrib/auth/views.py, singling out that particular backend. Is there any reason why any authenticated request.user could be taken at face value?
     6I'm not sure about the `RemoteUserBackend` check though -- it seems to be a little bit out of place in `django/contrib/auth/views.py`, singling out that particular backend. Is there any reason why any authenticated `request.user` couldn't be taken at face value?
Back to Top