summaryrefslogtreecommitdiff
path: root/FS/FS/svc_acct.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-01-12 22:07:17 -0800
committerMark Wells <mark@freeside.biz>2016-01-12 22:57:44 -0800
commit779d7540c73ba6ef1be915fe548ccdbc1f739a1d (patch)
tree6e9dcc52189b52ae29899eb863a160177e5d96ae /FS/FS/svc_acct.pm
parent04d3728e07d43ab698f208a061e0ca97b2f73b5e (diff)
allow svc_acct password field to be disabled, #39528, fixing fallout from #29354 and #32456
Diffstat (limited to 'FS/FS/svc_acct.pm')
-rw-r--r--FS/FS/svc_acct.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index a137143..6bb67af 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -297,7 +297,7 @@ sub table_info {
disable_inventory => 1,
},
'_password' => { label => 'Password',
- required => 1
+ #required => 1
},
'gid' => {
label => 'GID',