1
0
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:
Hemna 2023-10-06 15:32:31 -04:00
parent 746eeb81b0
commit 81169600bd

View File

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