commit
cfa0c8d8a8
|
@ -14,6 +14,7 @@ if (!empty($mailbox)) {
|
||||||
echo json_encode(array(
|
echo json_encode(array(
|
||||||
'success' => true,
|
'success' => true,
|
||||||
'username' => $token['user_id'],
|
'username' => $token['user_id'],
|
||||||
|
'identifier' => $token['user_id'],
|
||||||
'email' => (!empty($mailbox['username']) ? $mailbox['username'] : ''),
|
'email' => (!empty($mailbox['username']) ? $mailbox['username'] : ''),
|
||||||
'full_name' => (!empty($mailbox['name']) ? $mailbox['name'] : 'mailcow administrative user'),
|
'full_name' => (!empty($mailbox['name']) ? $mailbox['name'] : 'mailcow administrative user'),
|
||||||
'created' => (!empty($mailbox['created']) ? $mailbox['created'] : ''),
|
'created' => (!empty($mailbox['created']) ? $mailbox['created'] : ''),
|
||||||
|
|
Loading…
Reference in New Issue