Password Reset Help

I want to create a password reset functionality where users can create a new password in case they forget it.
I don’t want to use the normal procedure where a reset link will be sent to the user’s email address.

What I want to achieve:

I want to send a code which the user will enter to proceed to the password reset page where there will be asked to enter a new password. The code needs to be verified to check if its valid.

Any thoughts will be appreciated :slightly_smiling_face:

Here are 2 links from @Hyperbytes great video tutorials:
Check them out


This video deals with code sending, this topic is covered fully in the

More details of how to do registration etc are covered in this YouTube playlist

https://www.youtube.com/playlist?list=PLUjqTJN3byC9W9UFjsV9f9vefe_ZSFQfb

Thank you all for contributing. I will go through the video and update you on it