yWeb: allow to save webserver changes w/o changing our default password "ni"

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7327033d92
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-27 (Sun, 27 Jan 2019)

Origin message was:
------------------
- yWeb: allow to save webserver changes w/o changing our default password "ni"

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-01-27 21:47:17 +01:00
parent d6f7233f80
commit 48e82d348d

View File

@@ -14,7 +14,7 @@ function form_init()
}
function do_submit()
{
if(document.f.authpassword.value.length < 5)
if(document.f.authpassword.value.length < 2)
alert("{=L:set.nhttpd.check_password=}");
else
if(document.f.port.value == "")