There are times when we can forget the password of our web console admin or any user, with these steps we can reset it from our CLI.
We have two options:
1. We create an administrator user through our terminal and when we have it, we change the password of the previous user from the console:
pandora_manage /etc/pandora/pandora_server.conf --create_user user user002 'passwd' 1 'This user has passwd as password'.
2. We edit our current user with the following command:
pandora_manage /etc/pandora/pandora_server.conf --update_user 'User ID' password 'New password'