RT#42235: Strict password requirments are not disabled for signup portal [undid previ...
authorJonathan Prykop <jonathan@freeside.biz>
Thu, 28 Apr 2016 20:43:58 +0000 (15:43 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Thu, 28 Apr 2016 20:43:58 +0000 (15:43 -0500)
FS/FS/Password_Mixin.pm

index 7f5484c..fc2e03e 100644 (file)
@@ -55,8 +55,7 @@ sub is_password_allowed {
     $cust_main = $cust_pkg->cust_main if $cust_pkg;
   }
   warn "is_password_allowed: no customer could be identified" if !$cust_main;
-  my $agentnum = $cust_main ? $cust_main->agentnum : undef; #selfservice signup has non-inserted pkg, no workaround
-  return '' if $conf->config_bool('password-insecure', $agentnum);
+  return '' if $cust_main && $conf->config_bool('password-insecure', $cust_main->agentnum);
 
   # basic checks using Data::Password;
   # options for Data::Password