Valid from TYPO3 6.x
Add sorting to fe_users with own Extension
\TYPO3\CMS\Core\Utility\GeneralUtility::loadTCA('fe_users');
| 'FE' => array( | |
| 'debug' => '2', /* shows Errors if devIPmask matches in FE */ | |
| 'formmailMaxAttachmentSize' => '2500000', | |
| 'hidePagesIfNotTranslatedByDefault' => '0', | |
| 'loginSecurityLevel' => 'rsa', | |
| 'pageNotFound_handling_statheader' => 'HTTP/1.0 404 Not Found', | |
| ), | |
| 'SYS' => array( | |
| 'UTF8filesystem' => '1', |
| 'SYS' => array( | |
| 'UTF8filesystem' => '1', | |
| 'binPath' => '/usr/bin', | |
| 'clearCacheSystem' => '1', | |
| 'compat_version' => '6.2', | |
| 'curlUse' => '1', | |
| 'ddmmyy' => 'd.m.y', | |
| 'debugExceptionHandler' => '', | |
| 'defaultCategorizedTables' => 'tt_content,pages,sys_file_metadata', | |
| 'devIPmask' => '127.0.0.1', |