33900 Update self-service api change password documentation
authorJeremy Davis <jeremyd@freeside.biz>
Tue, 24 Mar 2015 15:34:35 +0000 (11:34 -0400)
committerJeremy Davis <jeremyd@freeside.biz>
Tue, 24 Mar 2015 15:34:35 +0000 (11:34 -0400)
fs_selfservice/FS-SelfService/SelfService.pm

index 6301b65..1e30dcd 100644 (file)
@@ -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