X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fedit%2Fsvc_acct.cgi;h=57227d4bc61b93d2d914672434fe785db4fec6d4;hb=7740fe6ad808f8dd9b3ed157735a768073547a70;hp=f1b8b800b3d6120be05abf387e898f9898f6d442;hpb=2041a9143fac20b79ead4a1ae01224dedf5b27c2;p=freeside.git diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index f1b8b800b..57227d4bc 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -97,7 +97,7 @@ if ( $svc_acct->_password ) { } my $ulen = $conf->config('usernamemax') - || $svc_acct->dbdef_table->column('username')->length; + || dbdef->table('svc_acct')->column('username')->length; my $ulen2 = $ulen+2; my $pmax = $conf->config('passwordmax') || 8;