diff --git a/data/web/index.php b/data/web/index.php index ffaec3c1..c9eb6b3f 100644 --- a/data/web/index.php +++ b/data/web/index.php @@ -31,7 +31,7 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
- +
@@ -49,6 +49,7 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
+
+
+
+
@@ -112,6 +117,7 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
+ $token['user_id'], 'email' => (!empty($mailbox['username']) ? $mailbox['username'] : ''), 'full_name' => (!empty($mailbox['name']) ? $mailbox['name'] : 'mailcow administrative user'), + 'displayName' => (!empty($mailbox['name']) ? $mailbox['name'] : 'mailcow administrative user'), 'created' => (!empty($mailbox['created']) ? $mailbox['created'] : ''), 'modified' => (!empty($mailbox['modified']) ? $mailbox['modified'] : ''), 'active' => (!empty($mailbox['active']) ? $mailbox['active'] : ''),