Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 416 Bytes

File metadata and controls

15 lines (12 loc) · 416 Bytes

Payload

{
    old_password: string;
    new_password: string;
}

Action

If the old_password is equal to the current one, the password is set to new_password for the request user.

Permissions

Not allowed for the anonymous. The user must have user/can_change_own_password set to true.

If saml_id of user is set, an action exception is raised, because SingleSignOn-users have no local access