@smoothcriminal29

Thank you so much. Such an amazing informative video. Love the entire playlist.

@danielvargas1087

Perfect video, i'm trainee developer and this video teach me a lot of things, Greetings from Colombia.

@roxanaganicenco

If you want to write the steps down : 
    1. User clicks on forgot password link
    2. Provide email id and click on rest password link (we can add additional steps
    3. System generates secure token and sends out email to the customer email id
    4. Customer clicks on the link: 
        a. System checks if the token is valid and not exired
        b. Check if there's a valid user
    5. Provide user with the reset password link.

@shivareddy4170

superbb , i need to implement scenario as you told at 22:01sec time in this video , once we create new  password by using that link then that  link should be expired and if i click on that same link to create new password then "This link has already used" or "this link has expired" error message should be displayed 

please sir make one video on my requirement 🙏🙏🙏🙏🙏

@tuananhtass3693

Save the day
Thank you 
<3

@pixo-pixel

please continue this series'

@rahulcse3970

Can we send an otp to their registered email for resetting password.

@backclover9651

please provide the code in github

@dhrumilgohil6072

where is spring security configuration?