From 48e82d348d296397c4254b008d33a501f72efdc1 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 27 Jan 2019 21:47:17 +0100 Subject: [PATCH] yWeb: allow to save webserver changes w/o changing our default password "ni" Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/7327033d926ff3d2d24dfb48b7498f46817fdcfe Author: vanhofen 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 --- data/y-web/Y_Settings_nhttpd.yhtm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/y-web/Y_Settings_nhttpd.yhtm b/data/y-web/Y_Settings_nhttpd.yhtm index ffb48b292..7e605f0e1 100644 --- a/data/y-web/Y_Settings_nhttpd.yhtm +++ b/data/y-web/Y_Settings_nhttpd.yhtm @@ -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 == "")