X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAuth%2FPasswordPolicy.pm;h=5e0a9a42b09ba01b930793873cd42eda063d88de;hb=afd5395bfad1a84a590d567f8cb2d4e4967b16e3;hp=3cf5c149b98e1c48f4f2edc6f767ca01ae10c6ce;hpb=3a94f4d2dd9a835d4a7007e1b999ea00b3c4e1cd;p=kivitendo-erp.git 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};