[TYPO3] username case sensitive

Thomas Kieslich thomas at tk-studio.de
Sun Nov 11 19:25:05 CET 2007


Am Sat, 10 Nov 2007 12:28:59 +0100 schrieb Bartosz Aninowski:

> Hi
> I've imported database of users from previous version of website.
> There are lot of username with capital letter.
> How can I disable login case-sensitive?

For FE-User you can try this
in extTables.php
//FE User Grossgeschrieben
$GLOBALS['TCA']['fe_users']['columns']['username']['config']['eval'] =
'uniqueInPid,required';


More information about the TYPO3-english mailing list