[TYPO3-english] login function
Andrey Vasilyev
andrey.vasilyev at gmx.com
Tue Jul 16 17:31:31 CEST 2013
I use typo 4.5.27, sr_feuser_register 3.0.1, rsaauth 1.1.0, saltedpasswords 1.0.0, static_info_tables 2.3.2, div2007 0.12.1
I've believe I've configured everything according to manuals. Saltesdpasswords is active for both FE and BE and loginSecurity is set to rsa. I have all green boxes in saltedpassword config in TER.
So as I said everything seems to ok, but it doesn't work...
----- Original Message -----
From: Jigal van Hemert
Sent: 07/16/13 04:58 PM
To: typo3-english at lists.typo3.org
Subject: Re: [TYPO3-english] login function
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 _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list