From: Marcin Haba Date: Sat, 7 Dec 2019 08:32:01 +0000 (+0100) Subject: baculum: Tweak fix allowed password length in API install wizard and Web config wizard X-Git-Tag: Release-9.6.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41486f229bac14ecc6f5806c0532e9915afc767f;p=thirdparty%2Fbacula.git baculum: Tweak fix allowed password length in API install wizard and Web config wizard --- diff --git a/gui/baculum/protected/API/Pages/Panel/APIInstallWizard.page b/gui/baculum/protected/API/Pages/Panel/APIInstallWizard.page index 20b0aca8a..5c5474528 100644 --- a/gui/baculum/protected/API/Pages/Panel/APIInstallWizard.page +++ b/gui/baculum/protected/API/Pages/Panel/APIInstallWizard.page @@ -736,7 +736,7 @@ ID="APIPassword" CssClass="textbox" TextMode="Password" - MaxLength="30" + MaxLength="60" PersistPassword="true" /> @@ -765,7 +765,7 @@ ID="RetypeAPIPassword" CssClass="textbox" TextMode="Password" - MaxLength="30" + MaxLength="60" PersistPassword="true" /> diff --git a/gui/baculum/protected/Web/Pages/WebConfigWizard.page b/gui/baculum/protected/Web/Pages/WebConfigWizard.page index 60e4f19fb..71b3cdb49 100644 --- a/gui/baculum/protected/Web/Pages/WebConfigWizard.page +++ b/gui/baculum/protected/Web/Pages/WebConfigWizard.page @@ -152,17 +152,17 @@
- + - +
- + - +