From 52c103effdf7bec6718c5149ec2bc534fb70c0cc Mon Sep 17 00:00:00 2001 From: David Roberts Date: Thu, 23 Apr 2015 17:19:19 +0000 Subject: [PATCH] Put password meter under syspref control http://bugs.koha-community.org/show_bug.cgi?id=13664 Signed-off-by: Tadeasm --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt index 9a3ad7e..03f32b5 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt @@ -46,13 +46,15 @@ [% UNLESS ( ShortPass ) %]

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

+ [% IF (OPACPasswordStrength) %]

- It is your responsibility to set a strong password, and the meter below will give you an estimate of your chosen passwords strength.

-

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

+

Hint: Passphrases are inherently stronger than passwords, and are often substantially easier to remember.

+ [% END %]
[% END %] -- 2.1.4