Changes between Version 3 and Version 4 of Ticket #25030, comment 5
- Timestamp:
- Jul 22, 2015, 8:40:41 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25030, comment 5
v3 v4 4 4 I've now updated https://github.com/django/django/pull/4925 with a497f111cf959b23163c030745e4cb18be7eb0a9 where I shortcut when the user is authenticated. 5 5 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 couldbe taken at face value?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` couldn't be taken at face value?