I have create a forgot password link in .net core. I have rec now a link in mail but not working this.
it's me code please check this.
string message = $"Hello {FName.FirstName}! We have recieved your Reset Password request. Please click the link to Reset Password. URL :{baseUrl}{"/api/Login/ResetPassword?uid="}{user.UserId}";
http://nbpbaseball.harishparas.com/api/Login/ResetPassword?uid=8 - Resetpasword link.
Posted Aug 18, 2020, 7:55 AM
Jaimin ShethiyaPosted Aug 18, 2020, 12:38 AM
can you send the api endpoint code so will better understand and helping you.
or can you checked the locally is working fine or not.
Thanks.
Salman BegPosted Aug 13, 2020, 8:39 AM