mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-13 15:08:33 -04:00
Set a default password for admin
This patch sets a default password of "password" for the admin webui.
This commit is contained in:
parent
746eeb81b0
commit
81169600bd
@ -124,6 +124,7 @@ admin_opts = [
|
||||
),
|
||||
cfg.StrOpt(
|
||||
"password",
|
||||
default="password",
|
||||
secret=True,
|
||||
help="Admin interface password",
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user