records everything a user does

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
lramirez
Veteran Member
Posts: 46
Joined: 2019-11-01 23:23

records everything a user does

Post by lramirez » 2020-05-31 02:53

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 ;)
Luis Ramirez R.

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: records everything a user does

Post by pbottcher » 2020-05-31 08:30

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.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

lramirez
Veteran Member
Posts: 46
Joined: 2019-11-01 23:23

Re: records everything a user does

Post by lramirez » 2020-05-31 15:43

excellent thank you very much...
I'm going to practice...
Luis Ramirez R.

Post Reply