I Create system that sending to client link to reset password with guid value. When the client enter the link it open for him page that he can change password (NewPassword & ConfirmPassword)
My problem is that when he click the change button the guid in url content has reset and i don't know how to fix it.
for example:
before click:
https://mywebsite.com/ResetPassword?token=d4sd5sd4s5d4s4ds
after click submit:
https://mywebsite.com/ResetPassword
How i can do after click on submit it will stay with the token parameter?