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)