-
I've been looking for a while, but how do I change the password for the root/super user account? All other users have a profile where the password can be changed, but the root/super user account doesn't have this menu. I was getting ready to generate a SHA256 hash of the password I want to use and update the userConfig.json file, but I thought there had to be an easier way. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you still have access to the root user credentials, log in as the root user, go to Settings > uncheck Enable Authentication, the page will refresh, check it again and it will prompt you to set up new credentials. If you no longer have access to the root user credentials, set EnableAuth to false in userConfig.json, navigate to your LubeLogger instance and re-check Enable Authentication in Settings. It's kinda painful. |
Beta Was this translation helpful? Give feedback.
If you still have access to the root user credentials, log in as the root user, go to Settings > uncheck Enable Authentication, the page will refresh, check it again and it will prompt you to set up new credentials.
If you no longer have access to the root user credentials, set EnableAuth to false in userConfig.json, navigate to your LubeLogger instance and re-check Enable Authentication in Settings.
It's kinda painful.