From e01cf725731ad0e6d002ace63716d5a0e31a674f Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 14 Apr 2011 14:36:02 +0200 Subject: [PATCH] Falscher Variablenname --- SL/Auth/PasswordPolicy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Auth/PasswordPolicy.pm b/SL/Auth/PasswordPolicy.pm index 3cf5c149b..5e0a9a42b 100644 --- a/SL/Auth/PasswordPolicy.pm +++ b/SL/Auth/PasswordPolicy.pm @@ -73,7 +73,7 @@ sub errors { sub init_config { my ($self) = @_; - my %cfg = %{ $::emmvee_conf{password_policy} || {} }; + my %cfg = %{ $::lx_office_conf{password_policy} || {} }; $cfg{valid_characters} =~ s/[ \n\r]//g if $cfg{valid_characters}; $cfg{invalid_characters} =~ s/[ \n\r]//g if $cfg{invalid_characters}; -- 2.20.1