mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-25 12:29:18 -05:00
Set blank admin password for windows -- forcing admin_pw change
This commit is contained in:
parent
678acfa5ab
commit
df3f9d8bfd
@ -31,12 +31,19 @@ web_root=admin-root
|
||||
port=9999
|
||||
|
||||
#
|
||||
# admin_pw (required)
|
||||
# admin_pw (optional)
|
||||
#
|
||||
# This is the password to the administrative pages
|
||||
#
|
||||
# If it is blank, then no password is required from localhost,
|
||||
# but nobody can connect from an outside machine (for admin
|
||||
# pages).
|
||||
#
|
||||
# If it is set, then passwords are required for admin pages
|
||||
# from both localhost and external hosts
|
||||
#
|
||||
|
||||
admin_pw=firefly
|
||||
# admin_pw =
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user