[freeside-commits] branch FREESIDE_3_BRANCH updated. c7f11e631d32a61a4e4d02daee64e06ea77318d3

Jeremy Davis jeremyd at 420.am
Tue Mar 24 08:36:02 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  c7f11e631d32a61a4e4d02daee64e06ea77318d3 (commit)
      from  61584eb8ac577096b12a43d375e99a2df7a09622 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c7f11e631d32a61a4e4d02daee64e06ea77318d3
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Mar 24 11:34:35 2015 -0400

    33900 Update self-service api change password documentation

diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm
index 6301b65..1e30dcd 100644
--- a/fs_selfservice/FS-SelfService/SelfService.pm
+++ b/fs_selfservice/FS-SelfService/SelfService.pm
@@ -317,6 +317,37 @@ see XXXX instead.
 
 =item passwd
 
+Changes the password for an existing user in svc_acct.  Takes a hash
+reference with the following keys:
+
+=over 4
+
+=item username
+
+Username of the account (required)
+
+=item domain
+
+Domain of the account (required)
+
+=item old_password
+
+Old password (required)
+
+=item new_password
+ 
+New password (required)
+
+=item new_gecos
+
+New gecos
+
+=item new_shell
+
+New Shell
+
+=back 
+
 =item chfn
 
 =item chsh

-----------------------------------------------------------------------

Summary of changes:
 fs_selfservice/FS-SelfService/SelfService.pm |   31 ++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)




More information about the freeside-commits mailing list