Page 1 of 1

Password changes not forking

Posted: Mon Jan 20, 2020 1:02 pm
by thenomad
So I have forgotten the password for this application but changing it through the lost password function at the gui or changing it directly from console does not actually change the password to allow me to log in ...

this is the command being used
/usr/local/nagiosna/scripts/reset_nagiosadmin_password.sh -p {password}
reply
The password has been set for nagiosadmin user.
but it does not actually change

Ug Help

Re: Password changes not forking

Posted: Mon Jan 20, 2020 2:47 pm
by tgriep
Login to the NNA server as root and reset the password again to a simple password. If you were using a complex password before, that will rule out that as a cause.

This time, restart Apache on the NNA server

Code: Select all

service httpd restart
Open your web browser and clear the cache.
See if you can login to the GUI with the new password.