Skip to content

Commit

Permalink
Fix SSO/radius bug (ansible#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavenst authored Jun 6, 2024
1 parent 1642339 commit e58b4fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, database_instance=None, *args, **kwargs):
super().__init__(database_instance, *args, **kwargs)
self.set_logger(logger)

def authenticate(self, request, username=None, password=None):
def authenticate(self, request, username=None, password=None, **kwargs):
if not username or not password:
return None

Expand Down

0 comments on commit e58b4fb

Please sign in to comment.