Strange behaviour after changing password

Good day all,

Something strange, after changing the password for Librenms, I lost all my devices and all menu options. The password was changed from the GUI.

Jon

When asking for help and support, please provide as much information as possible. This should include:

  • Steps to reproduce an issue.
  • The output of ./validate.php

If it’s an issue with the WebUI then please consider including a screenshot and the browser version you are using.

If you are having troubles with discovery/polling include the pastebin output of:

./discovery.php -h HOSTNAME -d | curl --data-binary @- https://paste.rs/
./poller.php -h HOSTNAME -r -f -d | curl --data-binary @- https://paste.rs/

If you need to post any text longer than a few lines, please use a “pastebin” service, we recommend using https://paste.rs/ or https://paste.sh/

Sounds like you removed your role.

Create a new admin user (with lnms user:add --role=admin) and add it back.

That fixed it. Thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.