[TYPO3-project-4-3] fe_users Migration from 4.2 to 4.3

Steffen Ritter info at rs-websystems.de
Sun Nov 29 23:02:03 CET 2009


Matthias Krappitz schrieb:
> Hi,
> 
> we got projects running on 4.2 with frontend users and their passwords 
> still in plain-text in the database. We now want to upgrade to 4.3 these 
> systems and also change this un-encrypted password issue. But for now 
> after just having upgraded from 4.2.10 to 4.3 RC2 all frontend users 
> (with their passwords still in plain-text in fe_users table) can only 
> login once and are not logged in any more on the next page load they do 
> after their login. We use the felogin-Extension from the core and 
> nothing else so far.
> 
> So is there any documentation what steps we need to do, to bring back 
> the frontend login for now with plain-text passwords in 4.3 (or is this 
> not possible?) and how to migrate all the users passwords in the 
> fe_users table? Do we just need to md5 them by sql-update? Are there any 
> special settings for the felogin extension needed or additional 
> extensions to enable encrypted passwords?
> 
> Cheers
> 
> Matthias
Hey,
without installing rsaauth or saltedpasswords nothing is changed in 
TYPO3s behavoir of password handling.
Your frontendusers should be able to login as ever.

You probably might track down this to an cookie problem.
Make sure that there are no mir "old version" cookies present, and have 
look in logs (enable logging for the auth service) to get to know why it 
fails - as it should not.

If you have enabled one of the new extensions make sure you did not 
misconfigure it, default configurations should do their jobs to.

If you may provide further information, I'm curious about solving your 
problem - which, imho, does not belong to any of the "new handlings" but 
an missing step in upgrade process.

regards


Steffen


More information about the TYPO3-project-4-3 mailing list