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

index db9f5fa..ff05c84 100644 (file)
@@ -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