If you have forgotten the admin password or want to set it from an automated setup flow, you can set the password via the command-line interface.
$ emailengine password -p secretvalue --dbs.redis="redis://127.0.0.1:6379/8"
secretvalue
Where
secretvalue
is the password to use. If a password is not provided, then a random password is generated.
The command returns the updated admin password. This is primarily useful if you did not set the password yourself and skipped the -p
or --password
argument.