![]() |
TYPO3
7.6
|
Public Member Functions | |
decryptPassword (array $parameters) | |
getLoginScripts (array $parameters, SetupModuleController $userSetupObject) | |
Protected Member Functions | |
isRsaAvailable () | |
getRsaEncryptionDecoder () | |
Protected Attributes | |
$rsaEncryptionDecoder = null | |
This class provides a hook to the login form to add extra javascript code and supply a proper form tag.
Definition at line 26 of file UserSetupHook.php.
decryptPassword | ( | array | $parameters | ) |
Decrypt all password fields which were encrypted.
array | $parameters | Parameters to the script |
Definition at line 38 of file UserSetupHook.php.
References UserSetupHook\getRsaEncryptionDecoder(), and UserSetupHook\isRsaAvailable().
getLoginScripts | ( | array | $parameters, |
SetupModuleController | $userSetupObject | ||
) |
Includes rsa libraries
array | $parameters | Parameters to the script |
SetupModuleController | $userSetupObject | Calling object: user setup module |
Definition at line 53 of file UserSetupHook.php.
References GeneralUtility\makeInstance().
|
protected |
Definition at line 73 of file UserSetupHook.php.
References UserSetupHook\$rsaEncryptionDecoder, and GeneralUtility\makeInstance().
Referenced by UserSetupHook\decryptPassword(), and UserSetupHook\isRsaAvailable().
|
protected |
Rsa is available if loginSecurityLevel is set and rsa backend is working.
Definition at line 65 of file UserSetupHook.php.
References $GLOBALS, and UserSetupHook\getRsaEncryptionDecoder().
Referenced by UserSetupHook\decryptPassword().
|
protected |
Definition at line 31 of file UserSetupHook.php.
Referenced by UserSetupHook\getRsaEncryptionDecoder().