From dd4a90403b74112eb9c1e74e4feb5d7851e3f976 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Fri, 20 Nov 2020 14:15:41 +0000 Subject: [PATCH] Update loginuserpass.twig, sharpen admin auth hack --- mymodule/themes/fancytheme/core/loginuserpass.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mymodule/themes/fancytheme/core/loginuserpass.twig b/mymodule/themes/fancytheme/core/loginuserpass.twig index d7e745f..a33afa3 100644 --- a/mymodule/themes/fancytheme/core/loginuserpass.twig +++ b/mymodule/themes/fancytheme/core/loginuserpass.twig @@ -16,7 +16,7 @@

Login Form

- {%- if 'admin' in attribute(queryParams, "AuthState") -%} + {%- if 'AuthId=admin' in attribute(queryParams, "AuthState") -%}
{%- else -%}
-- GitLab