JustinACoder / DebateArena

A place to have meaninful debates (at least, most of the time...)
MIT License
1 stars 0 forks source link

Next parameter is lost after password reset #30

Open JustinACoder opened 4 months ago

JustinACoder commented 4 months ago

If the user clicks on forgot password and then changes its password, by the time the user tries to login again, the next parameter wont be present anymore as its lost in the process. This means that the user wont be redirected where he was before starting the login process.

JustinACoder commented 3 months ago

We could find a way to store the next parameter in the table containing the password reset token. This would allow the reset form to redirect the user to the next page