tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Isn't there an instant way to change the hint password? #2846

Closed azkadev closed 6 months ago

azkadev commented 6 months ago

Yes, I know this isn't done all the time, but why doesn't the changePasswordHint method exist?

Why do you have to delete the password first then change to a new password then fill in the password hint

azkadev commented 6 months ago

btw sorry my english is bad

levlam commented 6 months ago

You are wrong. You can provide a new hint while changing the password to a new one, or even use the same new password and change just the hint. See setPassword method.

azkadev commented 6 months ago

thanks