Bug #19689
closedMail SETFIXED_APPROVE sent multiple times since TYPO3 4.2
0%
Description
The mail for setfixed_approve is sent again and again.
We tested it with the versions of sr_feuser_register 2.5.7, 2.5.15 and 2.5.19.
We made several uptades from older TYPO3 Versions to 4.2.3 and since then we have the last mail in the registraiton process (SETFIXED_APPROVE) sent again and again.
We made sure:
- The URL is not cached.
- The URL is not called by the User.
- The URL is no where linked / indexed.
The problem apears only if you have an installation with several thousand users. That could be a problem of how the user hash is generated, perhaps something is changed in the new TYPO3 version for that so the hash is more often the same.
This key should be longer and stored for a one time use only, so the approve mail is sent just once.
(issue imported from #M9906)
Updated by Raffi no-lastname-given almost 16 years ago
I encountered the same problem here. Confirmation mails (SETFIXED_APPROVE) is sent daily to the user, if the website is mulit-lingual, the mail is sent in various languages eventhough the user only registered in one language.
Updated by Chris topher over 14 years ago
According to Note 0035554 in #4341 Franz could solve this problem by changes in sr_feuser_register. See there for details.
Resolved as duplicate of #4341.