I am trying to reset password using OTP instead of recovery mail
i success to create token (6 digit) from App write and verifying the OTP
but in password reset, i can not find the function should use to reset password (passing the new password and user ID) for example
Please advise
TL;DR
Developers are attempting to reset passwords using OTP instead of recovery mail. They have successfully created and verified the OTP token but are unsure of the function to use for resetting the password with the new password and user ID. An option or solution could be to utilize a function in the backend system that allows for password reset by passing the new password and user ID.