ChangePasswordWithCurrentPassword
org.sagebionetworks.repo.model.auth.ChangePasswordWithCurrentPassword
Change user account's password by verifying the current password
Field | Type | Description |
---|---|---|
newPassword | STRING | The new password |
concreteType | STRING | Indicates which implementation of PasswordChangeInterface this object represents. Valid Values: org.sagebionetworks.repo.model.auth.ChangePasswordWithToken org.sagebionetworks.repo.model.auth.ChangePasswordWithCurrentPassword |
username | STRING | The user's username |
currentPassword | STRING | The user's current password |
authenticationReceipt | STRING | Optional, but highly recommended. The most recent authentication receipt given to the last success login from this machine, using this client. Having this allows you to bypass throttling on consecutive authentication attempts with a wrong password. |