TYPO3  7.6
Variables
saltedpasswords/Configuration/TCA/Overrides/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 ['TYPO3\\CMS\\Saltedpasswords\\Evaluation\\BackendEvaluator'] = 1
 
 $operations ['password'] = 1
 
 $GLOBALS ['TCA']['be_users']['columns']['password']['config']['eval'] = implode(',', array_keys($operations))
 

Variable Documentation

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