Shovel / Login


Login Configuration

Authentication is enabled. If a password has not been set, then a random one has been generated and it can be found in the logs. For example:

password=171658e9feca092b msg=random-temp-password
				

Update the config file to either: disable authentication or update the password. Here is an example config snippet:

...

"dashboard": {
	"disable_authn": false,
	"root_password": "XXX",
},

...