Page 1 of 1

records everything a user does

Posted: 2020-05-31 02:53
by lramirez
Is it possible to create a table with fields that record everything a user does within the appgini? (Select, write, save, delete, etc.) Same as login log (hook / globalel hook login_ok (in hooks / __ global.php)) that is activated every time a user logs into the application.
to have the security and integrity of data...

Thank you ;)

Re: records everything a user does

Posted: 2020-05-31 08:30
by pbottcher
Hi,

you can do that. As a basis you can use

viewtopic.php?t=1369

You may need to add additional steps, e.g. if you want to track login and page select as well.
I did that for a site.

Re: records everything a user does

Posted: 2020-05-31 15:43
by lramirez
excellent thank you very much...
I'm going to practice...