Ifd:updatePasswordForCurrentUser
From dev.ifd-library.org
Function public String updatePasswordForCurrentUser ( String new_password, String session_id) throws IfdServerException
Function to update password for the current user.
Input:
-
String new_passwordThe new password. -
String session_idThe session identifier for the active administrator.
Return:
The number 1 (as string) if the update went well, the number 0 (as string) otherwise.
Comments: