diff --git a/core/authentication/resources/classes/plugins/database.php b/core/authentication/resources/classes/plugins/database.php
index 2e4b55fd3a..9781723d59 100644
--- a/core/authentication/resources/classes/plugins/database.php
+++ b/core/authentication/resources/classes/plugins/database.php
@@ -144,6 +144,11 @@ class plugin_database {
$this->domain_name = $_SESSION['domain_name'];
$this->username = $_SESSION['username'];
+ //debug information
+ //echo "domain_uuid: ".$this->domain_uuid."
\n";
+ //echo "domain_name: ".$this->domain_name."
\n";
+ //echo "username: ".$this->username."
\n";
+
//set the default status
$user_authorized = false;