Forgot to pull the template name for build_password_policy()
This commit is contained in:
parent
3877fd3473
commit
43e9cede0c
@ -396,6 +396,7 @@ sub log {
|
||||
# this returns an empty string.
|
||||
sub build_password_policy {
|
||||
my $self = shift;
|
||||
my $template = shift;
|
||||
|
||||
# Anonymous user can have no policy
|
||||
return '' if($self -> {"session"} -> anonymous_session());
|
||||
|
Loading…
x
Reference in New Issue
Block a user