Page 1 of 1
User
Posted:
Wed May 09, 2012 3:02 am
by jessiekid
Hi Guys,
Is there a way in VICI where I can trace when was the user was added.?
Your response will be highly appreciated.
Re: User
Posted:
Wed May 09, 2012 3:42 am
by DomeDan
I guess that's in "Administration Change Log" under category "Reports".
post your vicidial version and build when posting in support
Re: User
Posted:
Wed May 09, 2012 3:47 am
by jessiekid
Hi DomeDan,
Here's the version and build
VERSION: 2.2.1-237
BUILD: 100510-2015
Where can I see there when was the user created?
Re: User
Posted:
Wed May 09, 2012 3:51 am
by DomeDan
easiest might be to press Ctrl+F to search the page and write the username your looking for.
thats a pretty old build your using, I don't know how detailed "Administration Change Log" is in that build
Re: User
Posted:
Wed May 09, 2012 3:58 am
by jessiekid
Hi DomeDan,
It seems that the info on Administration Change Log doesnt provide the accurate info. Is there any other way to check it. We need it when generating a reports. Hope you could help.
Thanks a lot anyway.
Re: User
Posted:
Wed May 09, 2012 4:10 am
by DomeDan
I'm pretty sure the info is accurate, or how do you mean?
I guess the best way to get a report like that is to use sql like this:
SELECT * FROM vicidial_admin_log WHERE event_section = 'USERS' AND event_type = 'ADD'
Re: User
Posted:
Wed May 09, 2012 4:15 am
by jessiekid
Hi DomeDan,
We have created a user on last Feb 10 but his name also appears on later date. What does it mean?
Re: User
Posted:
Wed May 09, 2012 4:21 am
by jessiekid
Hi DomeDan,
Thank you so much for the help. Just disregard my above comment. Your help means a lot to me.
Again thank you so much.
Re: User
Posted:
Wed May 09, 2012 4:24 am
by DomeDan
Maybe the user was modified on a later date, look closer at the info presented on that row
MODIFY means that it was modified
ADD means that is was added
DELETE means that it was deleted
Re: User
Posted:
Wed May 09, 2012 4:30 am
by jessiekid
Hi DomeDan,
Cross reply.
Again.. Thank you so much.