From 8c4fb61d3ab13ca97f9fe037555087506435d9da Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 12 Jan 2016 22:07:17 -0800 Subject: allow svc_acct password field to be disabled, #39528, fixing fallout from #29354 and #32456 --- FS/FS/Password_Mixin.pm | 2 +- FS/FS/svc_acct.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'FS') diff --git a/FS/FS/Password_Mixin.pm b/FS/FS/Password_Mixin.pm index 0f75960f7..3fb787c47 100644 --- a/FS/FS/Password_Mixin.pm +++ b/FS/FS/Password_Mixin.pm @@ -35,7 +35,7 @@ message on failure, an empty string on success. This MUST NOT be called from check(). It should be called by the office UI, self-service ClientAPI, or other I code that processes a password change, and only if the user has taken some action with the intent -of changing the password. +of setting the password. =cut diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index a137143ce..6bb67af08 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', -- cgit v1.2.1