From af9199034efb2252272ed794c16b1df1c99fac65 Mon Sep 17 00:00:00 2001 From: David Roberts Date: Thu, 23 Apr 2015 15:53:54 +0000 Subject: [PATCH] Add OPACPasswordStrength syspref to staff client http://bugs.koha-community.org/show_bug.cgi?id=13664 --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index c26d048..a9581b0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -339,6 +339,12 @@ OPAC: no: "Don't allow" - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication. - + - pref: OPACPasswordStrength + choices: + yes: Display + no: "Don't display" + - password strength indicator on OPAC. + - - pref: OPACPatronDetails choices: yes: Allow -- 1.7.10.4