TCA

Copy and paste files and directory

Copy the TCA files (*.php) and the directory

and paste it

  • into the directory Configuration/TCA/Overrides of your extension.

Edit fe_users.php

You must setup one value in the copied file fe_users.php at

  • Configuration/TCA/Overrides/fe_users.php

See the code below

...
// Replace the value with your extension key
$_extKey = 'my_extension';
...