![]() |
TYPO3
7.6
|
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)) | |
$GLOBALS['TCA']['be_users']['columns']['password']['config']['max'] = 100 |
Definition at line 4 of file saltedpasswords/Configuration/TCA/Overrides/be_users.php.
$GLOBALS['TCA']['be_users']['columns']['password']['config']['eval'] = implode(',', array_keys($operations)) |
Definition at line 14 of file saltedpasswords/Configuration/TCA/Overrides/be_users.php.
$operations = array_flip(\TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode(',', $GLOBALS['TCA']['be_users']['columns']['password']['config']['eval'], true)) |
Definition at line 8 of file saltedpasswords/Configuration/TCA/Overrides/be_users.php.
$operations['TYPO3\\CMS\\Saltedpasswords\\Evaluation\\BackendEvaluator'] = 1 |
Definition at line 12 of file saltedpasswords/Configuration/TCA/Overrides/be_users.php.
$operations['password'] = 1 |
Definition at line 13 of file saltedpasswords/Configuration/TCA/Overrides/be_users.php.