[TYPO3-english] login function

Jigal van Hemert jigal.van.hemert at typo3.org
Tue Jul 16 14:58:52 CEST 2013


Hi,

On 16-7-2013 12:25, Andrey Vasilyev wrote:
> I am actually trying to debug login issue. I used to have only
> felogin on my web site and login was working fine. I then installed
> sr_feuser_register and configured it. Now I can't login neither with
> users existing before sr_feuser_register nor with users registered
> with the extension. I am stuck with the issue for a while now... And
> decided to go through the source code.

Okay, the various parts you mention all play their own role in the login 
process:

- core ( + default and extra authentication services) : do the 
authentication and initialize the data of the logged in FE user
- felogin : login form, forgot password functionality, redirects after login
- sr_feuser_register : create new users, optionally autologin after creation

It's rather important that you use the correct version of 
sr_feuser_register which must be compatible with your TYPO3 core. Some 
versions ago saltedpasswords and rsaauth became standard and they 
influence the way passwords are stored and how the login credentials are 
sent to the server.

Recent versions of sr_feuser_register are compatible with 
saltedpasswords, but I have no idea if that extension does something 
with the login form.
Which versions of TYPO3 and sr_feuser_register do you use?
Are saltedpasswords and rsa_auth active? Are they activated for BE and 
FE users? (Check the configuration in the Extension Manager for 
saltedpasswords and follow the instructions there)

-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the TYPO3-english mailing list