git subrepo commit (merge) mailcow/src/mailcow-dockerized

subrepo: subdir:   "mailcow/src/mailcow-dockerized"
  merged:   "32243e56"
upstream: origin:   "https://github.com/mailcow/mailcow-dockerized.git"
  branch:   "master"
  commit:   "e2b4b6f6"
git-subrepo: version:  "0.4.3"
  origin:   "???"
  commit:   "???"
Change-Id: I51e2016ef5ab88a8b0bdc08551b18f48ceef0aa5
diff --git a/mailcow/src/mailcow-dockerized/data/web/oauth/profile.php b/mailcow/src/mailcow-dockerized/data/web/oauth/profile.php
index 4364c19..ff6b583 100644
--- a/mailcow/src/mailcow-dockerized/data/web/oauth/profile.php
+++ b/mailcow/src/mailcow-dockerized/data/web/oauth/profile.php
@@ -15,6 +15,7 @@
     echo json_encode(array(

       'success' => true,

       'username' => $token['user_id'],

+      'id' => $token['user_id'],

       'identifier' => $token['user_id'],

       'email' => (!empty($mailbox['username']) ? $mailbox['username'] : ''),

       'full_name' => (!empty($mailbox['name']) ? $mailbox['name'] : 'mailcow administrative user'),