Feature #20209
closed
fe_users.email should be unique if "forgot password" is used in fe_login
Added by Nabil Sayegh over 15 years ago.
Updated over 4 years ago.
Sprint Focus:
Needs Decision
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)
- 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)?
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.
- Status changed from Closed to New
Yes, this issue still exists. (Typo3 CMS 6.2)
I would say the same holds true for usernames.
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.
- Related to Epic #84262: [FEATURE] Update felogin to extbase added
- 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.
- Sprint Focus changed from PRC to Needs Decision
Also available in: Atom
PDF