Root Password

In the config.json, a root password can be configured. The root password is a single password that is accepted for any user. This can be useful, e.g. for password recovery, as the password will also be accepted by the password reset dialog as the current password. It should be used with extreme caution, however, as it allows access to any account in the system, including root users. By default, the root password is disabled.

To set the root password, set the option in the config.json like this:

{
	"rootPassword": "myExtremelyHardToGuessPasswordThatAllowsAccessToAllUserAccounts"
}