reset web-gui admin password

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
mnasim
Posts: 11
Joined: Tue Mar 30, 2021 1:11 pm

reset web-gui admin password

Post by mnasim » Tue Apr 06, 2021 10:38 am

I am using eve-ng-pro 4.0

visiting FAQ to reset web-gui admin password did not help.
It ends with this error message

Code: Select all

ERROR 1136 (21S01) at line 1: Column count doesn't match value count at row 1

mnasim
Posts: 11
Joined: Tue Mar 30, 2021 1:11 pm

Re: reset web-gui admin password

Post by mnasim » Tue Apr 06, 2021 10:40 am

Well, the correct MySQL statement should be as below for eve-ng-pro 4.0

Code: Select all

echo "INSERT INTO users VALUES ('admin',NULL,'root@localhost',-1,'Eve-NG Administrator','85262adf74518bbb70c7cb94cd6159d91669e5a81edf1efebd543eadbda9fa2b',NULL,'','admin','',0,-1,'internal',-1,-1,0,0);" | mysql --host=localhost --user=root --password=eve-ng eve_ng_db
Please update the FAQ page

Uldis (UD)
Posts: 5060
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: reset web-gui admin password

Post by Uldis (UD) » Tue Apr 06, 2021 1:40 pm

Simply read what is said on our web mate, Chrome does not support extended commands to display...
You do not have the required permissions to view the files attached to this post.

Post Reply