‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Hooks\BackendUserPasswordCheck Class Reference

Public Member Functions

 __construct ()
 
 processDatamap_preProcessFieldArray (&$incomingFieldArray, $table, $id, DataHandler $dataHandler)
 

Protected Attributes

Random $random
 

Detailed Description

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.

Definition at line 30 of file BackendUserPasswordCheck.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Hooks\BackendUserPasswordCheck::__construct ( )

Definition at line 34 of file BackendUserPasswordCheck.php.

Member Function Documentation

◆ processDatamap_preProcessFieldArray()

TYPO3\CMS\Core\Hooks\BackendUserPasswordCheck::processDatamap_preProcessFieldArray ( $incomingFieldArray,
  $table,
  $id,
DataHandler  $dataHandler 
)
Parameters
array$incomingFieldArray
string$table
string$id

Definition at line 44 of file BackendUserPasswordCheck.php.

References TYPO3\CMS\Core\Utility\MathUtility\canBeInterpretedAsInteger().

Member Data Documentation

◆ $random

Random TYPO3\CMS\Core\Hooks\BackendUserPasswordCheck::$random
protected

Definition at line 32 of file BackendUserPasswordCheck.php.