Update the password of a current user.
POST /alfresco/service/api/person/changepassword/{userName}
It can only be executed for the current user or by an administrator to update any user.
HTML form data
- newpw, (mandatory) new password
- oldpw, an Admin user can update without knowing the original pass
The web script description document specifies the following
options:
| Value | Description |
|---|---|
| json | The default response format |
| user | The authentication access |
| required | The transaction level |
| argument | The format style |