Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
security issue with password request email
I have a question on the "Forgot your password?" request, on our forum. When a username is typed into the request, the response displays the user's email address. As in; "A message has been sent to actual email address containing password reset instructions."
This is obviously a security issue, since anyone can view others' email addresses this way. How can I change this? Thanks.
0
This discussion has been closed.
Comments
So I'd like to set it on ours to do the same thing as it does here, if possible?
"An email has been sent to your hotmail.com email address"
Just a little visual cue for those people who have a lot of different email addresses.
$Context->Dictionary['MessageSentToXContainingPasswordInstructions'] = 'A message has been sent to your registered email address containing password reset instructions.';
<li><a href="'.GetUrl($this->Context->Configuration, 'index.php').'">Go back to discussions</a></li>
You may need to take the out of the middle.