Bug #24805
closedLogin/ Logout was not possible after introducing the locking in #24790
0%
Description
Problem:
The backend formprotection relies on the possibility to store the tokens in the user session. This is not the case, if a user did not yet login (the login screen). Since the login screen also uses the template object and the persistToken calls were moved to this place, we need do decide whether to validate and store tokens or not.
Solution:
Check if we have a valid BE_USER session and if not provide a dummy object, which implements the same interface.
(issue imported from #M17305)
Updated by Ernesto Baschny almost 14 years ago
This has been solved already in trunk, right?
Check if rev. 10302 is ok for you.
http://forge.typo3.org/repositories/revision/typo3v4-core/10302
Updated by Olaf Reinhard almost 14 years ago
Oh that feature was missing in 4.4.5 - My editors wouldn't have been abled to destroy lots of content elements then.
Good Work