Bug #17751
closedLost password and not email active in database, why send a mail ?
0%
Description
Hi,
My frontend account is deleted, but if I want to ask a new password with loginbox, I have this message by mail :
--
We couldn't find a username for this email address and so cannot send the password to you. Probably you misspelled the email address (upper/lower case makes a difference) or maybe you even didn't register yet?
--
It's possible not send this mail if account is not active ? Because.. it's as spam for me ;)
Thank you
Ps : sorry for my bad english ;)
(issue imported from #M6645)
Updated by hans almost 17 years ago
Yes, thats right. Better is an option-variable or something, where you can define, if an email will send when a user not exist or not. Like:
sendEvenEmail = 1
// send the email "We couldn't find a username for this email address and so..."
sendEvenEmail = 0
// give an error-message out in the frontend: "We couldn't find a username for this email address or your account is deactiveded/deleted!"
Updated by Jigal van Hemert almost 13 years ago
- Status changed from Accepted to Closed
- Target version deleted (
0) - TYPO3 Version set to 4.5
This mail is not sent any more for a long time (TYPO3 4.5 or sooner?)