Event Log shows "undefined" in Details column for users logging in to Mail
Solved
Support
-
Hello,
I don't normally look at the Event Log so I'm not sure when this issue was introduced, but as I have a new server today I've been combing through Cloudron to make sure things are working smoothly.
I found this issue where it seems to show users logging into mail but under the Details column it shows
User {username} logged in to undefined
.Why does it show "undefined"?
{ "mailboxId": "{redacted}", "userId": "{redacted}", "user": { "id": "{redacted}", "username": "{redacted}", "email": "{redacted}", "fallbackEmail": "{redacted}", "displayName": "{redacted}", "groupIds": [ "{redacted}" ], "active": true, "source": "", "role": "user", "twoFactorAuthenticationEnabled": false, "inviteAccepted": true } }
I noticed in the above that it shows no "source" in the details but yet the Source seems to be
mail
based on the first screenshot. I assume the missing "source" is why it shows "undefined" in the Details column? -
-