Show More
@@ -549,8 +549,6 b' def authenticate(username, password, env' | |||
|
549 | 549 | for plugin in authn_registry.get_plugins_for_authentication(): |
|
550 | 550 | plugin.set_auth_type(auth_type) |
|
551 | 551 | plugin.set_calling_scope_repo(acl_repo_name) |
|
552 | user = plugin.get_user(username) | |
|
553 | display_user = user.username if user else username | |
|
554 | 552 | |
|
555 | 553 | if headers_only and not plugin.is_headers_auth: |
|
556 | 554 | log.debug('Auth type is for headers only and plugin `%s` is not ' |
General Comments 0
You need to be logged in to leave comments.
Login now