TYPO3 CMS  TYPO3_6-2
be_users.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['TCA']['be_users']['columns']['password']['config']['max'] = 100
 
 $operations = array_flip(\TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode(',', $GLOBALS['TCA']['be_users']['columns']['password']['config']['eval'], TRUE))
 
 $operations ['tx_saltedpasswords_eval_be'] = 1
 
 $operations ['password'] = 1
 
 $GLOBALS ['TCA']['be_users']['columns']['password']['config']['eval'] = implode(',', array_keys($operations))
 

Variable Documentation

◆ $GLOBALS [1/2]

$GLOBALS[ 'TCA'][ 'be_users'][ 'columns'][ 'password'][ 'config'][ 'max'] = 100

Definition at line 4 of file be_users.php.

◆ $GLOBALS [2/2]

$GLOBALS[ 'TCA'][ 'be_users'][ 'columns'][ 'password'][ 'config'][ 'eval'] = implode(',', array_keys($operations))

Definition at line 14 of file be_users.php.

◆ $operations [1/3]

$operations = array_flip(\TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode(',', $GLOBALS['TCA']['be_users']['columns']['password']['config']['eval'], TRUE))

Definition at line 8 of file be_users.php.

◆ $operations [2/3]

$operations[ 'tx_saltedpasswords_eval_be'] = 1

Definition at line 12 of file be_users.php.

◆ $operations [3/3]

$operations[ 'password'] = 1

Definition at line 13 of file be_users.php.