Feature #20209
closedfe_users.email should be unique if "forgot password" is used in fe_login
0%
Description
The email attribute of fe_users is used to identify the tuple, so it should be unique.
ALTER TABLE fe_users ADD unique (email);
(issue imported from #M10728)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.
Updated by Jonas Eberle almost 10 years ago
- Status changed from Closed to New
Yes, this issue still exists. (Typo3 CMS 6.2)
I would say the same holds true for usernames.
Updated by Jigal van Hemert over 9 years ago
Because it's possible to have several websites in a single installation we can't use the db (within DBAL limitations) to enforce the uniqueness.
In the username property the TCA is already configured to only allow unique username in a folder.
So, instead of changing the db configuration, I'd change the TCA configuration.
Updated by Jan Stockfisch over 6 years ago
- Related to Epic #84262: [FEATURE] Update felogin to extbase added
Updated by Daniel Goerz almost 5 years ago
- Status changed from New to Closed
Hi. In v10 the password recovery functionality has been changed to identify the user by the hash and no longer by email. However, this change will not be backported to v9 because it was part of a larger refactoring. Therefore I am closing this issue now.
Updated by Benni Mack over 4 years ago
- Sprint Focus changed from PRC to Needs Decision