From af6b67ecd0238ffd9aecfcb1b8acaa445c04c532 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 --- C4/Auth.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Auth.pm b/C4/Auth.pm index 0e1b03f..c1c198f 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -493,6 +493,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"), -- 1.7.10.4