From 486a9aa3290b7c5f3e2be052a58741a741cecbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 25 Feb 2022 09:42:49 +0100 Subject: [PATCH] make fedict login box appear before the username/password box (#62166) --- src/authentic2_auth_fedict/authenticators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authentic2_auth_fedict/authenticators.py b/src/authentic2_auth_fedict/authenticators.py index b6b6115..575d88d 100644 --- a/src/authentic2_auth_fedict/authenticators.py +++ b/src/authentic2_auth_fedict/authenticators.py @@ -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())