1.3 KiB
1.3 KiB
title | description |
---|---|
setPassword | Changes user password. If new recovery email is specified, then error EMAIL_UNCONFIRMED is returned and password change will not be applied until email confirmation. Application should call getPasswordState from time to time to check if email is already confirmed |
Method: setPassword
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes user password. If new recovery email is specified, then error EMAIL_UNCONFIRMED is returned and password change will not be applied until email confirmation. Application should call getPasswordState from time to time to check if email is already confirmed
Params:
Name | Type | Required | Description |
---|---|---|---|
old_password | string | Yes | Old user password |
new_password | string | Yes | New user password, may be empty to remove the password |
new_hint | string | Yes | New password hint, can be empty |
set_recovery_email | Bool | Yes | Pass True, if recovery email should be changed |
new_recovery_email | string | Yes | New recovery email, may be empty |