On our login page, we have it set up for users to have their password e-mailed to them if they forget it - however, we are having a couple issues with functionality.
When we click "Reset Password" we get the following message:
"You can request your password by providing your User Name and the Password will be sent to the email address you provided during registration."
The user enters their username, then gets this message on the screen:
"If the user name you entered was correct, you should receive a new e-mail shortly with a link to reset your password."
1 - We want to set it up so that when they enter their e-mail, if it's not a registered one, a message will come up saying that, rather than having customers who think they're registered waiting to see if an e-mail comes.
2 - If the user is registered, they receive an e-mail containing their password, not a link to reset their password. so the message that comes up after they've requested it should say "your password has been sent", and not "...link to reset your password"
Please advise how we can change these settings, thank you.