Page 1 of 1

Latest Trunk ISSUE

PostPosted: Tue Feb 07, 2017 8:16 pm
by ruben23
Hi,

Installed latest trunk on vicidial but after i setup the user 6666 initial password then login and enabling all permission ot it, i cant login anymore after with this ERROR message on the screen

You do not have permission to be here: |6666|GOOD|

is this a Broken Issue..? Thanks let me know

Re: Latest Trunk ISSUE

PostPosted: Tue Feb 07, 2017 10:20 pm
by mflorell
API Only User was added today, if this is set to 1, then you won't be able to use the admin screen.

Re: Latest Trunk ISSUE

PostPosted: Wed Feb 08, 2017 2:00 am
by ruben23
ok noted. Thanks for the Info, how do i undo this process..? somehow

Re: Latest Trunk ISSUE

PostPosted: Wed Feb 08, 2017 6:42 am
by mflorell
in mysql, run this query:

update vicidial_users set api_only_user='0';

Re: Latest Trunk ISSUE

PostPosted: Wed Feb 08, 2017 10:38 am
by ruben23
Thanks a lot Matt..