CRM icon indicating copy to clipboard operation
CRM copied to clipboard

Histroy of system users

Open gyphon opened this issue 8 years ago • 6 comments

I have a need to keep up with who logs on and when, not just last time log on.

gyphon avatar Aug 14 '16 22:08 gyphon

Sounds like we need a new table to track that data

DawoudIO avatar Aug 14 '16 22:08 DawoudIO

I propose a master "log" table.
All interaction with the ORM is logged into this table.
All system calls are logged in this table. All logins are logged in this table

The user can then filter on the event "source"

crossan007 avatar Aug 14 '16 22:08 crossan007

That kind of logs are never really used... I never seen the ROI of the extra logs

DawoudIO avatar Aug 14 '16 22:08 DawoudIO

Not used often, but when needed, it is the only thing that will do.

gyphon avatar Aug 15 '16 13:08 gyphon

I'll do the login log for now

DawoudIO avatar Aug 15 '16 18:08 DawoudIO