pub async fn accounts_password_change_create(
configuration: &Configuration,
password_change_request: PasswordChangeRequest,
) -> Result<RestAuthDetail, Error<AccountsPasswordChangeCreateError>>
Expand description
Calls Django Auth SetPasswordForm save method. Accepts the following POST parameters: new_password1, new_password2 Returns the success/fail message.