Announcement

Collapse
No announcement yet.

Daily report of User Active auth sessions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Daily report of User Active auth sessions

    Hi,

    Is there any way to get daily report of User Active auth sessions. IP address and last access date.
    Cheers!
    Nishan.

  • #2
    Hi,
    1. Create the file /custom/Espo/Custom/Resources/metadata/entityDefs/Report.json with the next code:
    Code:
    {
        "entityListToIgnore": [
            "Job",
            "UniqueId",
            "Role",
            "ScheduledJob",
            "ScheduledJobLogRecord",
            "PhoneNumber",
            "Notification",
            "EmailAddress",
            "EmailAccount",
            "EmailTemplate",
            "Attachment",
            "Extension",
            "InboundEmail",
            "Integration",
            "ExternalAccount",
            "Currency",
            "Note",
            "Workflow",
            "Report",
            "Reminder",
            "PasswordChangeRequest",
            "Team",
            "GoogleCalendar",
            "GoogleCalendarUser",
            "GoogleCalendarRecurrentEvent",
            "MailChimpLogMarker",
            "MailChimp",
            "MailChimpCamapaign",
            "MailChimpList",
            "MailChimpManualSync",
            "Import",
            "BpmnFlowchart"
        ],
        "entityListAllowed": [
            "__APPEND__",
            "AuthToken"
        ]
    }
    2. Clear Cache and refresh a web page
    3. Create the List type report for Auth Log

    Comment


    • tothewine
      tothewine commented
      Editing a comment
      It would be cool to have a "__REMOVE__" key for metadata customization in cases like this...
Working...
X