From a5d00b7e31973b084c63c35df2738b36b4881fd6 Mon Sep 17 00:00:00 2001 From: Ruben Barkow Date: Tue, 24 Mar 2015 02:25:15 +0100 Subject: [PATCH] Text to choose password much more insistent add a small hint, to create a minimum 12 char long password with letters and numbers. --- .../files/usr/lib/lua/luci/model/cbi/admin/remote.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/gluon-luci-admin/files/usr/lib/lua/luci/model/cbi/admin/remote.lua b/gluon/gluon-luci-admin/files/usr/lib/lua/luci/model/cbi/admin/remote.lua index dfba5e6..1dd2242 100644 --- a/gluon/gluon-luci-admin/files/usr/lib/lua/luci/model/cbi/admin/remote.lua +++ b/gluon/gluon-luci-admin/files/usr/lib/lua/luci/model/cbi/admin/remote.lua @@ -64,7 +64,7 @@ m2.pageaction = false m2.template = "admin/expertmode" local s = m2:section(TypedSection, "_dummy2", nil, -[[Alternativ kannst du auch ein Passwort setzen. Wähle bitte ein sicheres Passwort, das du nirgendwo anders verwendest.

+[[Alternativ kannst du auch ein Passwort setzen. Wähle unbedingt ein sicheres Passwort mit mindestens 12 Buchstaben und Zahlen, das du nirgendswo anders verwendest.

Beim Setzen eines leeren Passworts wird der Login per Passwort gesperrt (dies ist die Standard-Einstellung).]]) s.addremove = false