Files
@ f58ed40c9a72
Branch filter:
Location: kallithea/dev_requirements.txt
f58ed40c9a72
76 B
text/plain
auth: refactor auth plugin importing
The list of authentication plugins, configured in the database, may contain
plugins which are no longer available. Therefore directly import the plugin in
get_auth_plugins and report the ImportError to the log instead of
breaking kallithea completely.
Patch modified by Mads Kiilerich.
The list of authentication plugins, configured in the database, may contain
plugins which are no longer available. Therefore directly import the plugin in
get_auth_plugins and report the ImportError to the log instead of
breaking kallithea completely.
Patch modified by Mads Kiilerich.