@@ -, +, @@ --- .../opac-tmpl/bootstrap/en/modules/opac-passwd.tt | 36 +++++++++++++++++--- 1 file changed, 32 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt @@ -5,7 +5,6 @@ [% INCLUDE 'bodytag.inc' bodyid='opac-passwd' %] [% INCLUDE 'masthead.inc' %] -
[% END # /IF Error_messages %] - [% IF ( OpacPasswordChange ) %] [% IF ( Ask_data ) %]
- [% UNLESS ( ShortPass ) %]
Your password must be at least [% minpasslen %] characters long.
[% END %] + [% UNLESS ( ShortPass ) %] +
+

Your password must be at least [% minpasslen %] characters long.

+

+ It is your responsability to set a strong password, and the below meter will give you an estimate + of your chosen passwords strength.
+ Hint: Passphrases are inherantly stronger than passwords, and + come with the added bonus that they are often substantially easier to remember too. +

+
+
+
+
+ [% END %] @@ -76,4 +87,21 @@ [% INCLUDE 'opac-bottom.inc' %] -[% BLOCK jsinclude %][% END %] +[% BLOCK jsinclude %] +[% INCLUDE 'complexify.inc' %] + +[% END %] --