09-04-2018 12:31 PM
As title says, I had VM running and working in Workstation, updated, configured, etc. then exported to OVA and deployed to ESXi, but now the web UI says my passwords are incorrect. How can I reset the admin and other account passwords from CLI?
11-21-2018 08:25 AM
i've had this problem now too....wondering if there is a solution to this, as I know my password is correct.
11-27-2018 08:23 AM
Are you sure you didnt UPGRADE the OS? It should stay in 16.04 not 18.04... The system upgrade will break Expedition....
12-03-2018 03:46 AM
I also have the same problem with exporting OVAs for eventual use with vSPHERE
Any guidance would be appreciated...
12-05-2018 07:57 AM
if you have access to the CLI you can try this:
expedition@Expedition:~$ mysql -uroot -ppaloalto
MariaDB [(none)]> use pandbRBAC
MariaDB [pandbRBAC]> select * from users\G
MariaDB [pandbRBAC]> update users set password = '$2y$10$Nk2/jJmmirfgfLLPEGJ7.erkiaVCgRGUZvSPi5wG/gg8SqYFBvYPO';
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!