summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-01-05 22:19:26 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-01-05 22:19:26 -0600
commit6bfd3e59317994ac1911988109fc6add0cf87f13 (patch)
tree55219d19d7bf055eef2bfdd350807ef3ce9edf8b /httemplate/edit/cust_main
parent469c10dcd2bad9c12c83dbd5d4645751382628ba (diff)
RT#39481: Password Maximum Length
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r--httemplate/edit/cust_main/first_pkg/svc_acct.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/first_pkg/svc_acct.html b/httemplate/edit/cust_main/first_pkg/svc_acct.html
index 8308af431..3644d62f9 100644
--- a/httemplate/edit/cust_main/first_pkg/svc_acct.html
+++ b/httemplate/edit/cust_main/first_pkg/svc_acct.html
@@ -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;
</%init>