From c256a67d1e793ecfbcb06308bbc6e0211a44662f Mon Sep 17 00:00:00 2001 From: David Roberts Date: Thu, 23 Apr 2015 17:11:41 +0000 Subject: [PATCH] Add OPACPasswordStrength System Preference to Auth.pm http://bugs.koha-community.org/show_bug.cgi?id=13664 Signed-off-by: Tadeasm Signed-off-by: Tadeasm --- C4/Auth.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Auth.pm b/C4/Auth.pm index e136753..a11b7a3 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -495,6 +495,7 @@ sub get_template_and_user { OpacNavRight => "" . C4::Context->preference("OpacNavRight"), OpacNavBottom => "" . C4::Context->preference("OpacNavBottom"), OpacPasswordChange => C4::Context->preference("OpacPasswordChange"), + OPACPasswordStrength => C4::Context->preference("OPACPasswordStrength"), OPACPatronDetails => C4::Context->preference("OPACPatronDetails"), OPACPrivacy => C4::Context->preference("OPACPrivacy"), OPACFinesTab => C4::Context->preference("OPACFinesTab"), -- 2.1.4