Page 1 of 1

Password reset for web

Posted: Tue Apr 18, 2017 9:37 am
by Team_Buzin
Can someone post password reset procedure for web interface? I can't find anything about here on forum...

Created new user and deleted default, now I can't login although it worked.
I did one VM shutdown and apgrade to the newest version.

Re: Password reset for web

Posted: Tue Apr 18, 2017 11:15 am
by nahianku1
On the Vmware Ubuntu shell Type:

rm -f /opt/ovf/.configured and hit enter.Now restart the VM. then login with old pass then it will ask you to reconfigure the pass change it as your wish.

Re: Password reset for web

Posted: Tue Apr 18, 2017 2:16 pm
by ecze
This method is ONLY for change IP settings / DNS / NTP / Root password....

This will not reset Web password!

E.

Re: Password reset for web

Posted: Tue Apr 18, 2017 2:20 pm
by ecze
On EVE CLI as Root:

Code: Select all

echo "INSERT INTO users VALUES ('admin',NULL,'root@localhost',-1,'Eve-NG Administrator','85262adf74518bbb70c7cb94cd6159d91669e5a81edf1efebd543eadbda9fa2b',NULL,'','admin','',1);" | mysql --host=localhost --user=root --password=eve-ng eve_ng_db
This will add admin/eve account

E.