MadelineProtoDocs/docs/TD_docs/methods/setPassword.md

1.4 KiB

title description image
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 https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: setPassword

Back to methods index

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

Parameters:

Name Type Description Required
old_password string Old user password Yes
new_password string New user password, may be empty to remove the password Yes
new_hint string New password hint, can be empty Yes
set_recovery_email Bool Pass True, if recovery email should be changed Yes
new_recovery_email string New recovery email, may be empty Yes

Return type: PasswordState