##// END OF EJS Templates
auth-plugins: remove dead code
marcink -
r1621:5c0e2921 default
parent child Browse files
Show More
@@ -549,8 +549,6 b' def authenticate(username, password, env'
549 for plugin in authn_registry.get_plugins_for_authentication():
549 for plugin in authn_registry.get_plugins_for_authentication():
550 plugin.set_auth_type(auth_type)
550 plugin.set_auth_type(auth_type)
551 plugin.set_calling_scope_repo(acl_repo_name)
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 if headers_only and not plugin.is_headers_auth:
553 if headers_only and not plugin.is_headers_auth:
556 log.debug('Auth type is for headers only and plugin `%s` is not '
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