Set a default password for admin

This patch sets a default password of "password" for the admin webui.
This commit is contained in:
Hemna 2023-10-06 15:32:31 -04:00
parent 746eeb81b0
commit 81169600bd
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ admin_opts = [
),
cfg.StrOpt(
"password",
default="password",
secret=True,
help="Admin interface password",
),