Password changes not forking

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
thenomad
Posts: 35
Joined: Thu Mar 03, 2016 10:55 am

Password changes not forking

Post 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
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Password changes not forking

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked