X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Ffirst_pkg%2Fsvc_acct.html;h=4ffd7ea565957550fc50067cd048672bf307a39c;hb=2f2a2813ce2476a3e6294f601af7356091b41a63;hp=8308af431ac6fe555ca7e60d051e0862f0127a06;hpb=5b507bd1cb845ef44a49f84d4f0ae20ec80118d5;p=freeside.git diff --git a/httemplate/edit/cust_main/first_pkg/svc_acct.html b/httemplate/edit/cust_main/first_pkg/svc_acct.html index 8308af431..4ffd7ea56 100644 --- a/httemplate/edit/cust_main/first_pkg/svc_acct.html +++ b/httemplate/edit/cust_main/first_pkg/svc_acct.html @@ -24,7 +24,7 @@ <% mt('Password') |h %> - @@ -39,7 +39,7 @@ <% mt('Re-enter Password') |h %> - @@ -78,7 +78,7 @@ my $conf = new FS::Conf; my $ulen = dbdef->table('svc_acct')->column('username')->length; my $ulen2 = $ulen+2; -my $passwordmax = $conf->config('passwordmax') || 8; +my $passwordmax = $conf->config('passwordmax') || 12; my $pmax2 = $passwordmax + 2;