From e0b58d23f5121f2b95720550c26dcc2256b72258 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Thu, 23 Apr 2020 11:52:15 +0200 Subject: [PATCH] hack to get admin recognized again --- .../themes/fancytheme/core/loginuserpass.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/mymodule/themes/fancytheme/core/loginuserpass.php b/mymodule/themes/fancytheme/core/loginuserpass.php index 0d6898f..fc97c9b 100644 --- a/mymodule/themes/fancytheme/core/loginuserpass.php +++ b/mymodule/themes/fancytheme/core/loginuserpass.php @@ -54,13 +54,16 @@ if ($this->data['errorcode'] !== null) {

Login Form

- }else{ -
- } - ?> + if (strpos($_GET['AuthState'], 'admin') !== false){ + ?> +
+