RT#42235: Strict password requirments are not disabled for signup portal [respects...
[freeside.git] / FS / FS / ClientAPI / Signup.pm
index a9678b0..7c70a67 100644 (file)
@@ -700,6 +700,7 @@ sub new_customer {
       };
       
       my $error = $svc->is_password_allowed($packet->{_password});
+      $error = '' if $conf->config_bool('password-insecure', $agentnum);
       return { error => $error } if $error;
 
       my @acct_snarf;