update_user_password

This action allows the user to update the password of an existing user within ExtraView.

SYNTAX

http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username
&password=password
&statevar=update_user_password
&p_template_file=file.html
&security_user_id=user_name
&old_password=old_password
&new_password=new_password

NOTES

You must provide the ID of an existing user in the security_user_id parameter.

You must provide both the old password and the new password. These will be checked internally within ExtraView to ensure they conform to any rule that may be in place.

You must have update permission to the security key named SE_SECURITY_USER before you can execute the command.