2 namespace TYPO3\CMS\Rsaauth;
68 if ($passwordTransmissionStrategy ===
'rsa') {
69 $password = $loginData[
'uident'];
70 if (substr($password, 0, 4) ===
'rsa:') {
72 if ($decryptedPassword !== $password) {
73 $loginData[
'uident_text'] = $decryptedPassword;
76 if ($this->pObj->writeDevLog) {
81 if ($this->pObj->writeDevLog) {
82 GeneralUtility::devLog(
'Process login data: passwordTransmissionStrategy has been set to "rsa" but no rsa encrypted password has been found.', RsaAuthService::class);
104 if ($this->rsaEncryptionDecoder === null) {