diff --git a/module/intranet/intranet_login.php b/module/intranet/intranet_login.php index 0544ff5..f4a89b1 100644 --- a/module/intranet/intranet_login.php +++ b/module/intranet/intranet_login.php @@ -20,7 +20,7 @@ $translation = \DynCom\mysyde\common\classes\Registry::get('translation'); -$isAzure = true; +$isAzure = getenv('DISABLE_MS_AUTH') !== '1'; if ($isAzure) { @@ -260,11 +260,33 @@ getQuote(); } } else { - - ?> - - +
+ + +Nur lokal verfügbar — DISABLE_MS_AUTH=1 in docker-compose.yml
+