[freeside-commits] branch master updated. 08f209da036763c1f45e194de865a94dc5293ada

Jeremy Davis jeremyd at 420.am
Tue Mar 24 08:33:52 PDT 2015


The branch, master has been updated
       via  08f209da036763c1f45e194de865a94dc5293ada (commit)
      from  725a774d23a1f9a1869929b3293ffd37df2f05f9 (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 08f209da036763c1f45e194de865a94dc5293ada
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Mar 24 11:33:17 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 db9f5fa..ff05c84 100644
--- a/fs_selfservice/FS-SelfService/SelfService.pm
+++ b/fs_selfservice/FS-SelfService/SelfService.pm
@@ -319,6 +319,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