Page 1 of 1

Can't login to the administration web page

PostPosted: Thu Feb 09, 2017 12:41 pm
by mar1o
Hi,
I installed the new version of vicibox 7.0.4. After the installation i open the browser and login with the deafult user '6666', but after i modify this user (set all the values to 1) i can't login anymore. The webpage shows the message "You do not have permission to be here: |6666|GOOD|". Can someone help?

Thank you,

Re: Can't login to the administration web page

PostPosted: Thu Feb 09, 2017 2:14 pm
by Chuckferd
You probably set "API Only User" to 1. :shock:

If you go in the Database and make the update you should be good to go. Just update it back to a 0 and you should be okay.

Re: Can't login to the administration web page

PostPosted: Thu Feb 09, 2017 6:42 pm
by mflorell
This is the mysql command to issue:

# mysql asterisk
> update vicidial_users set api_only_user='0';

Re: Can't login to the administration web page

PostPosted: Fri Feb 10, 2017 4:09 am
by mar1o
It worked. Thank you very much! :)

Re: Can't login to the administration web page

PostPosted: Sat Oct 28, 2017 4:38 pm
by victornova
mflorell wrote:This is the mysql command to issue:

# mysql asterisk
> update vicidial_users set api_only_user='0';

Hi when I use this command I get this message ''
Code: Select all
1054 - Unknown column 'api_only_user' in 'field list'
'could you help me? I have the same problem