TYPO3 extension feuserextrafields

Extension key

feuserextrafields

Package name

oliverklee/feuserextrafields

Version

6.6

Language

en

Author

Oliver Klee

License

This extension is published under the GNU General Public License v2.0.

Rendered

Wed, 30 Jul 2025 10:52:22 +0000

The content of this document is related to TYPO3 - a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents:

Available Extbase models

This extension provides the following Extbase models and repositories:

  • \OliverKlee\FeUserExtraFields\Domain\Model\FrontendUser
  • \OliverKlee\FeUserExtraFields\Domain\Model\FrontendUserGroup
  • \OliverKlee\FeUserExtraFields\Domain\Repository\FrontendUserRepository
  • \OliverKlee\FeUserExtraFields\Domain\Repository\FrontendUserGroupRepository

These models and repositories can also be used as drop-in replacements for the FrontEndUser model and repository that were deprecated in TYPO3 V11 and will be/have been removed in TYPO3 V12.

Fields added to the FE users table

In addition to the existing FE user fields, this extension adds the following fields to the FE users table:

  • full salutation, e.g., "Hello Mr. Klee" (to work around the futile problem of trying to automatically generate gender-specific salutations)
  • gender (with the mappings from sr_feuser_register)
  • date_of_birth
  • zone (state/province)
  • privacy (privacy agreement accepted)
  • status (job status)
  • comments