give a default priority to authenticator

This commit is contained in:
Frédéric Péters 2020-08-11 09:31:52 +02:00
parent 9acdf65d3b
commit ab45daab71
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ from . import app_settings
class FedictAuthenticator(BaseAuthenticator):
id = 'fedict'
priority = 1
def enabled(self):
return app_settings.enable and list(get_idps())