From: Marcin Haba Date: Sun, 14 Nov 2021 01:47:00 +0000 (+0100) Subject: baculum: Add password generator to password fields X-Git-Tag: Release-11.0.6~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4a6d1bfc75a660c0dc3718603c68cf213997b1e;p=thirdparty%2Fbacula.git baculum: Add password generator to password fields --- diff --git a/gui/baculum/protected/Web/Lang/en/messages.mo b/gui/baculum/protected/Web/Lang/en/messages.mo index 9b6033957..c50051675 100644 Binary files a/gui/baculum/protected/Web/Lang/en/messages.mo and b/gui/baculum/protected/Web/Lang/en/messages.mo differ diff --git a/gui/baculum/protected/Web/Lang/en/messages.po b/gui/baculum/protected/Web/Lang/en/messages.po index b0cc4e9ee..241bc69d1 100644 --- a/gui/baculum/protected/Web/Lang/en/messages.po +++ b/gui/baculum/protected/Web/Lang/en/messages.po @@ -3931,3 +3931,9 @@ msgstr "Dedicated Bconsole config" msgid "Get existing basic user name:" msgstr "Get existing basic user name:" + +msgid "Generate new password" +msgstr "Generate new password" + +msgid "Show/hide password" +msgstr "Show/hide password" diff --git a/gui/baculum/protected/Web/Lang/ja/messages.mo b/gui/baculum/protected/Web/Lang/ja/messages.mo index 4c62efb98..b8e9fffa9 100644 Binary files a/gui/baculum/protected/Web/Lang/ja/messages.mo and b/gui/baculum/protected/Web/Lang/ja/messages.mo differ diff --git a/gui/baculum/protected/Web/Lang/ja/messages.po b/gui/baculum/protected/Web/Lang/ja/messages.po index 4ba08d115..8ab993522 100644 --- a/gui/baculum/protected/Web/Lang/ja/messages.po +++ b/gui/baculum/protected/Web/Lang/ja/messages.po @@ -4017,3 +4017,9 @@ msgstr "Dedicated Bconsole config" msgid "Get existing basic user name:" msgstr "Get existing basic user name:" + +msgid "Generate new password" +msgstr "Generate new password" + +msgid "Show/hide password" +msgstr "Show/hide password" diff --git a/gui/baculum/protected/Web/Lang/pl/messages.mo b/gui/baculum/protected/Web/Lang/pl/messages.mo index cc02a0565..5e6c702f3 100644 Binary files a/gui/baculum/protected/Web/Lang/pl/messages.mo and b/gui/baculum/protected/Web/Lang/pl/messages.mo differ diff --git a/gui/baculum/protected/Web/Lang/pl/messages.po b/gui/baculum/protected/Web/Lang/pl/messages.po index 7c5b24bb5..a08a04228 100644 --- a/gui/baculum/protected/Web/Lang/pl/messages.po +++ b/gui/baculum/protected/Web/Lang/pl/messages.po @@ -3941,3 +3941,9 @@ msgstr "Dedykowana konfiguracja Bconsole" msgid "Get existing basic user name:" msgstr "Pobierz nazwę istniejącego użytkownika:" + +msgid "Generate new password" +msgstr "Generate new password" + +msgid "Show/hide password" +msgstr "Show/hide password" diff --git a/gui/baculum/protected/Web/Lang/pt/messages.mo b/gui/baculum/protected/Web/Lang/pt/messages.mo index 66b4099f9..273179fc9 100644 Binary files a/gui/baculum/protected/Web/Lang/pt/messages.mo and b/gui/baculum/protected/Web/Lang/pt/messages.mo differ diff --git a/gui/baculum/protected/Web/Lang/pt/messages.po b/gui/baculum/protected/Web/Lang/pt/messages.po index e124aafec..b28a0aff5 100644 --- a/gui/baculum/protected/Web/Lang/pt/messages.po +++ b/gui/baculum/protected/Web/Lang/pt/messages.po @@ -3942,3 +3942,9 @@ msgstr "Dedicated Bconsole config" msgid "Get existing basic user name:" msgstr "Get existing basic user name:" + +msgid "Generate new password" +msgstr "Generate new password" + +msgid "Show/hide password" +msgstr "Show/hide password" diff --git a/gui/baculum/protected/Web/Lang/ru/messages.mo b/gui/baculum/protected/Web/Lang/ru/messages.mo index dab717d01..b369bf183 100644 Binary files a/gui/baculum/protected/Web/Lang/ru/messages.mo and b/gui/baculum/protected/Web/Lang/ru/messages.mo differ diff --git a/gui/baculum/protected/Web/Lang/ru/messages.po b/gui/baculum/protected/Web/Lang/ru/messages.po index ba7c9e985..5f778f796 100644 --- a/gui/baculum/protected/Web/Lang/ru/messages.po +++ b/gui/baculum/protected/Web/Lang/ru/messages.po @@ -3942,3 +3942,9 @@ msgstr "Dedicated Bconsole config" msgid "Get existing basic user name:" msgstr "Get existing basic user name:" + +msgid "Generate new password" +msgstr "Generate new password" + +msgid "Show/hide password" +msgstr "Show/hide password" diff --git a/gui/baculum/protected/Web/Pages/Security.page b/gui/baculum/protected/Web/Pages/Security.page index 3860d21ef..68c1ba7f5 100644 --- a/gui/baculum/protected/Web/Pages/Security.page +++ b/gui/baculum/protected/Web/Pages/Security.page @@ -1373,6 +1373,8 @@ $(function() { CssClass="w3-input w3-border" /> + +  
@@ -2497,8 +2499,8 @@ $(function() { Display="Dynamic" />
  -   -  <%[ generate ]%> +   +  
@@ -2538,7 +2540,7 @@ $(function() { Text="<%[ Passwords must be the same. ]%>" />
  -   +  
diff --git a/gui/baculum/protected/Web/Portlets/DirectivePassword.tpl b/gui/baculum/protected/Web/Portlets/DirectivePassword.tpl index a70533f6b..a8ef03aa4 100644 --- a/gui/baculum/protected/Web/Portlets/DirectivePassword.tpl +++ b/gui/baculum/protected/Web/Portlets/DirectivePassword.tpl @@ -11,7 +11,8 @@ AutoTrim="true" />   - + +