class AllowAllUsersRemoteUserBackend
New in Django 1.10.
Same as RemoteUserBackend
except that it doesn’t reject inactive users because user_can_authenticate
always returns True
.
class AllowAllUsersRemoteUserBackend
Same as RemoteUserBackend
except that it doesn’t reject inactive users because user_can_authenticate
always returns True
.
Please login to continue.