[TYPO3-english] BE Users cannot login suddenly on 4.5 LTS site

Michael Schams typo3.lists at 2014.trash.schams.net
Thu Nov 27 11:43:42 CET 2014


On 25/11/14 06:55, Tony Lush wrote:

> I have still not found a solution to this issue.
[...]
> Suggestions would be welcome.

*scratching head*

- you are absolutely sure, that disk space is not the problem?
- you are absolutely sure, that quota is not the problem?
- can the user, under which the webserver process runs, write into 
typo3temp? This is usually *not* "root" :-)
- you are using standard MD5 hashes, correct?
- disable *all* TYPO3 extensions, which have something to do with BE 
passwords
- delete all files in typo3temp, for example:

# cd htdocs
# find typo3temp -type f -exec rm {} \;

- are BE users disabled or deleted? Check the be_users table:

mysql> SELECT uid, username, disable, deleted FROM be_users;

- is a start or end time set for these users? Check the be_users table:

mysql> SELECT uid, username, starttime, endtime FROM be_users;


Hmmmm... ignore the last two suggestions :-) If you tried to create an 
admin user via Install Tool and experience the same issue, than the 
problem seems to be somewhere else :-)

Could you post the structure of the be_users table here?

mysql> DESCRIBE be_users;


Cheers
Michael


More information about the TYPO3-english mailing list