[TYPO3-dev] fetchUserRecord() - no white space trimming?

Xavier Perseguers xavier at typo3.org
Wed Oct 16 11:08:36 CEST 2013


Hi,

> Because you can have whitepaced usernames ...

I've thought of that but actually it isn't true according to TCA:

'username' => array(
    'label' => 'LLL:EXT:lang/locallang_tca.xlf:be_users.username',
    'config' => array(
        'type' => 'input',
        'size' => '20',
        'max' => '50',
        'eval' => 'nospace,lower,unique,required'
    )
),

-- 
Xavier Perseguers
Release Manager TYPO3 4.6

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org




More information about the TYPO3-dev mailing list