mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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 == "")
|
||||
|
Reference in New Issue
Block a user