Page 1 of 1

Audit add user creation date and disable it

PostPosted: Wed Dec 23, 2015 4:35 am
by stefano.pucci
Hi All

my environment :

Asterisk 1.8.23.0-1
VERSION: 2.12-493a
BUILD: 150703-2105

I need to know if is possible to have addition info about users.
Creation date
Disable date
Active or Disable

In vicidial_users I've seen there is 2 columns :

active and last_login_date
Both doesn't offer me a valid and real sitution about users.
Could you please tell me if is possible to have this feature or where I can find it?

Thanks
Stefano

Re: Audit add user creation date and disable it

PostPosted: Wed Dec 23, 2015 7:18 am
by mflorell
Both of those pieces of information you could figure out from the vicidial_admin_log, although there is no set field that would store those pieces of information.

Re: Audit add user creation date and disable it

PostPosted: Thu Jan 07, 2016 5:54 am
by stefano.pucci
Thank you Matt