auth.backends.AllowAllUsersRemoteUserBackend

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.

doc_Django
2016-10-09 18:34:04
Comments
Leave a Comment

Please login to continue.