BackendUserPasswordCheck
DataHandler hook to ensure that a be_user always has a username + password set if newly-created.
This class is a hook implementation and is not part of the TYPO3 Core API.
Table of Contents
Properties
Methods
- __construct() : mixed
- processDatamap_preProcessFieldArray() : mixed
Properties
$random
protected
Random
$random
Methods
__construct()
public
__construct() : mixed
processDatamap_preProcessFieldArray()
public
processDatamap_preProcessFieldArray(array<string|int, mixed> &$incomingFieldArray, string $table, string $id, DataHandler $dataHandler) : mixed
Parameters
- $incomingFieldArray : array<string|int, mixed>
- $table : string
- $id : string
- $dataHandler : DataHandler