make fedict login box appear before the username/password box (#62166)

This commit is contained in:
Frédéric Péters 2022-02-25 09:42:49 +01:00
parent 2cfaa9be97
commit 486a9aa329
1 changed files with 1 additions and 1 deletions

View File

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