Feature #5442

Destroy session / logout user on deleting an account

Added by Robert Lemke over 5 years ago. Updated almost 3 years ago.

Status:New Start date:2009-11-19
Priority:Should have Due date:
Assigned To:Andreas Förthner % Done:

0%

Category:Security
Target version:-
PHP Version: Complexity:
Has patch:

Description

On calling remove() , the Account Repository should invalidate the session (or whatever is necessary) of the given account before deleting it.


Related issues

duplicated by TYPO3.Flow - Bug #10669: Login session not "cleared" when creating new admin (secu... Closed 2010-11-08

History

#1 Updated by Andreas Förthner over 5 years ago

The implementation of this could work like this: when initializing the security context, we'll simply have to check, if the account of an authenticated token is still valid. If not set the token to AUTHENTICATION_REQUIRED.

Also available in: Atom PDF