Hi
I was wondering if it is possible to prevent a user’s email address being sent in the querystring in the url where the user gets redirected to, after a success password reset. eg:
/password-reset/index.html?email=an-email-address@email.com&success=true&message=You can now login to the application with the new password.
A security review highlighted this as a (minor) issue, where the email address would show up in google analytics, web server logs and referrer headers
Thanks,
Vince