diff --git a/www/auth/login-admin.php b/www/auth/login-admin.php
index 8f3203821538f4ff3a0b8666def7285f69cd67db..acc5fe716554c940d9a11a624edcc1910b42c903 100644
--- a/www/auth/login-admin.php
+++ b/www/auth/login-admin.php
@@ -38,8 +38,8 @@ $correctpassword = $config->getValue('auth.adminpassword', '123');
 
 if (empty($correctpassword) or $correctpassword === '123') {
 	SimpleSAML_Utilities::fatalError(
-		'Password not set',
-		'The password in the coniguration (auth.adminpassword) is not changed from the default value, please edit the config.'
+		$session->getTrackID(),
+		'NOTSET'
 	);
 }