[TYPO3-english] 4.7 rsaauth and FE logins frequently don't work for me

Jacob Floyd cognifloyd at gmail.com
Sun Jul 29 06:08:41 CEST 2012


Is anyone else having issues with rsaauth in FE Logins? Does anyone have an 
idea why this is happening?

I'm using TYPO3 4.7.2, but I was experiencing the same problem on 4.7.1 
yesterday. I've always ignored this issue, but now that clients are 
starting to access the site, I need to resolve this (or finish moving to 
PHX... :)

Sporadically, I can login to the FE (Using FE.LoginSecurityLevel=rsa and 
the cicregister extension). Most of the time, it seems that the backend 
doesn't recognize the submitted password as being an rsa-encrypted 
password, and so denies the login attempt.

In DevLog, a login success includes:

===============When login succeeds===============
t3lib_userAuth
Login data before processing: status: login; uname: demo; uident: 
rsa:EM+B6shu+d/nwYPs...; chalvalue:;
class.t3lib_userauth.php, line 1197 

t3lib_userAuth
Processed login data: status: login; uname: demo; uident: 
rsa:EM+B6shu+d/nwYPs...; chalvalue:; uident_text: :Ibz%236; 
uident_challenged: b38d92bd970873de2656...; uident_superchallenged: 
cca683563fe6d685dfdb...;
class.t3lib_userauth.php, line 1226 

t3lib_userAuth
Login data: status: login; uname: demo; uident: rsa:EM+B6shu+d/nwYPs...; 
chalvalue:; uident_text: :Ibz%236; uident_challenged: 
b38d92bd970873de2656...; uident_superchallenged: cca683563fe6d685dfdb...; 
permanent: 0;
class.t3lib_userauth.php, line 449
=================================================

But when the login fails, as it does most of the time (even though the 
password is correct), tx_rsaauth_sv1 complains in DevLog that "no rsa 
encrypted password has been found".

===============When login fails===============
t3lib_userAuth
Login data before processing: status: login; uname: demo; uident: 
rsa:dppFSm7Spf8ZpEBX...; chalvalue:;
class.t3lib_userauth.php, line 1197 

tx_rsaauth_sv1
Process login data: passwordTransmissionStrategy has been set to "rsa" but 
no rsa encrypted password has been found.
class.tx_rsaauth_sv1.php, line 105

t3lib_userAuth
Login data: status: login; uname: demo; uident: rsa:dppFSm7Spf8ZpEBX...; 
chalvalue:; permanent: 0;
class.t3lib_userauth.php, line 449 

[snip]

saltedpasswords
Login-attempt from 24.10.164.6 (), username 'demo', password not accepted!
class.tx_sv_auth.php, line 189

tx_sv_auth
Password not accepted: 
rsa:rsa:dppFSm7Spf8ZpEBXTmCvCPzL00krvmYG7N5hngyXYJ+rmI6Um8HjY+jsvXH3ZIgFKzvtRrJccjfC+XJ1H7VZn/mt8Gf6BOM/PtWyZPu1GXhB2BYal9F3fvP+1pq1CsyeBhqEEtxMYQyAvApItqi/bIuYplD+u4xjFLWYUKXXkqF1X4kiTzLNbOQCIY/Dmkhk/naY7dWbeU4AKHqZeXxnVuzohr4ZsVHEMJmcLRVFbt78nC1iJDtdPsRCQnwz9reNiivTqit5SIleCmu27+8yyIffunTtqrrmtOgkHSu5sboBm5sCONh6rGqKA1iAaqVmEuPapD740ZI9aa2hgQbdbQ==
class.t3lib_userauth.php, line 629

t3lib_userAuth
authUserFE auth services called: ,tx_saltedpasswords_sv1,tx_sv_auth
class.t3lib_userauth.php, line 692

t3lib_userAuth
Login failed: uid: 2; username: demo;
class.t3lib_userauth.php, line 692
=============================================

That looks like rsa to me. I'm a bit lost on where to look next. Any ideas?

Thanks,
Jacob Floyd


More information about the TYPO3-english mailing list