this is how the url is actually called: /account/password/confirmReset?username=minion&token=xxx, but you can call it without the parameters and the form will still show up.
at least i would have the input validated/escaped and some warning showing that the link is not correct. (and not showing the form)
this is how the url is actually called:
/account/password/confirmReset?username=minion&token=xxx
, but you can call it without the parameters and the form will still show up.at least i would have the input validated/escaped and some warning showing that the link is not correct. (and not showing the form)