You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be a change in Django since the last update to this code (as I see the parameter in 2.2 but not 1.7 Django). Happy to take a pull request as I don't have a current Django setup to validate the change.
authenticate
method from ModelBackend hasrequest
as mandatory first argument. InKrbBackend
it doesn't haverequest
at allThe text was updated successfully, but these errors were encountered: