X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Ffirst_pkg%2Fsvc_acct.html;h=4ffd7ea565957550fc50067cd048672bf307a39c;hb=5f7c4a6025b9e3a49bee72dbc06cac37a45e6f10;hp=b1ccc137cbd3dbe5909c11e231a76c89b4746001;hpb=b5dbd9e1bcbb701a20ed23e723b1e0105fd7c1a1;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 b1ccc137c..4ffd7ea56 100644 --- a/httemplate/edit/cust_main/first_pkg/svc_acct.html +++ b/httemplate/edit/cust_main/first_pkg/svc_acct.html @@ -1,11 +1,11 @@ -<% ntable("#cccccc") %> + - + - + - + - + @@ -50,8 +50,8 @@ % if ( $conf->exists('security_phrase') ) { - - % } else { @@ -62,7 +62,7 @@ % } else { - + @@ -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;
<% mt('Username') |h %><% mt('Username') |h %> MAXLENGTH = <% $ulen %> > @@ -13,7 +13,7 @@
<% mt('Domain') |h %><% mt('Domain') |h %>
<% mt('Password') |h %><% mt('Password') |h %> - MAXLENGTH = <% $passwordmax %>> % unless ( $opt{'password_verify'} ) { @@ -37,11 +37,11 @@ % if ( $opt{'password_verify'} ) {
<% mt('Re-enter Password') |h %><% mt('Re-enter Password') |h %> - MAXLENGTH = <% $passwordmax %>>
<% mt('Security Phrase') |h %> + <% mt('Security Phrase') |h %> +
<% mt('Access number') |h %><% mt('Access number') |h %> %# XXX should gain "area code" selection and labels on the dropdowns <% FS::svc_acct_pop::popselector($opt{'popnum'}) %>