mirror of
https://github.com/craigerl/aprsd.git
synced 2026-08-14 15:43:34 -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:
@@ -124,6 +124,7 @@ admin_opts = [
|
||||
),
|
||||
cfg.StrOpt(
|
||||
"password",
|
||||
default="password",
|
||||
secret=True,
|
||||
help="Admin interface password",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user