array( 'exclude' => 1, 'label' => 'LLL:EXT:felogin/locallang_db.xlf:felogin_redirectPid', 'config' => array( 'type' => 'group', 'internal_type' => 'db', 'allowed' => 'pages', 'size' => 1, 'minitems' => 0, 'maxitems' => 1, 'wizards' => array( 'suggest' => array( 'type' => 'suggest' ) ) ) ) ); \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns('fe_groups', $tempColumns, 1); \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes('fe_groups', 'felogin_redirectPid;;;;1-1-1', '', 'after:TSconfig'); // Adds the redirect field and the forgotHash field to the fe_users-table $tempColumns = array( 'felogin_redirectPid' => array( 'exclude' => 1, 'label' => 'LLL:EXT:felogin/locallang_db.xlf:felogin_redirectPid', 'config' => array( 'type' => 'group', 'internal_type' => 'db', 'allowed' => 'pages', 'size' => 1, 'minitems' => 0, 'maxitems' => 1, 'wizards' => array( 'suggest' => array( 'type' => 'suggest' ) ) ) ), 'felogin_forgotHash' => array( 'exclude' => 1, 'label' => 'LLL:EXT:felogin/locallang_db.xlf:felogin_forgotHash', 'config' => array( 'type' => 'passthrough' ) ) ); \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns('fe_users', $tempColumns, 1); \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes('fe_users', 'felogin_redirectPid;;;;1-1-1', '', 'after:TSconfig'); ?>