Feature #23094
closedadding two new fields to fe_users table
0%
Description
I have added two new fields to fe_users table, which are often used while register users in the frontend: birthday and gender. The attached patch solve this problem.
(issue imported from #M14992)
Files
Updated by Alexander Opitz about 11 years ago
- Tracker changed from Bug to Feature
- Target version deleted (
0)
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41082
Updated by Frederic Gaus over 9 years ago
- Status changed from Under Review to Rejected
Quote:
We had this discussion before and decided to not add further fields to fe_users and similar tables: those fields are always bound to the context they're used in. gender for instance may be ok with male/female, but they also may not. adding stuff like that will lead to lengthy discussions and we have zero chance to satisfy anyone. in case you need such fields: add them to your specific project only.