Apparently I shouldn't be coding right now.
This commit is contained in:
parent
1460770da4
commit
9b0c5706ee
@ -410,7 +410,7 @@ sub build_password_policy {
|
|||||||
|
|
||||||
my $policystr = "";
|
my $policystr = "";
|
||||||
foreach my $name (@{$policy -> {"policy_order"}}) {
|
foreach my $name (@{$policy -> {"policy_order"}}) {
|
||||||
next if(!$policy -> {"name"});
|
next if(!$policy -> {$name});
|
||||||
$policystr .= $self -> {"template"} -> load_template($template, {"***policy***" => "{L_LOGIN_".uc($name)."}",
|
$policystr .= $self -> {"template"} -> load_template($template, {"***policy***" => "{L_LOGIN_".uc($name)."}",
|
||||||
"***value***" => $policy -> {$name}});
|
"***value***" => $policy -> {$name}});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user