Reset Password Link in c#
How to make a reset password link in asp.net mvc core without identity.Please provide solution
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Farhan AhmedPosted Jul 23, 2020, 1:29 AM
Santhakumar MunuswamyPosted Jul 22, 2020, 9:31 PM
Jaimin ShethiyaPosted Jul 22, 2020, 1:13 AM
you have just create a normal link,
and attach the one security code or token and same stored in that used data
forward the mail to the user
when user has open that link and checked the security code or token is valid or not, if valid then we can provide the reset password otherwise not allowed.
Thanks
Roshan RathodPosted Jul 22, 2020, 12:51 AM
Ashutosh GuptaPosted Jul 21, 2020, 5:32 AM
Posted Jul 20, 2020, 7:39 AM
Jignesh KumarPosted Jul 20, 2020, 2:09 AM
Jay Krishna ReddyPosted Jul 20, 2020, 2:03 AM