Set blank admin password for windows -- forcing admin_pw change

This commit is contained in:
Ron Pedde 2007-04-27 12:31:23 +00:00
parent 678acfa5ab
commit df3f9d8bfd

View File

@ -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 =
#