luxletter icon indicating copy to clipboard operation
luxletter copied to clipboard

Option to delete fe_users after unsubscription

Open stephangrass opened this issue 4 years ago • 4 comments

Hi, it will be nice to have an option to delete fe_users after unsubscription in the unsubscription-plugin. This should cause in removing the fe_user record or set deleted to 1.

Stephan

stephangrass avatar Apr 02 '20 16:04 stephangrass

Hi, having a scheduler task to clean up unfinished registration would also be nice

peerlight avatar May 14 '20 06:05 peerlight

Management of fe-users (and their registration) is not part of EXT:luxletter.

IMO the garbage collection should be done by the extension, which covers the management of fe-users.

julianhofmann avatar Jan 10 '24 13:01 julianhofmann

@julianhofmann Part of the extension is the unsubscribe plugin. And when it's used, groups are removed from the fe_user. The user is then still active and not deleted. So garbage collection will not help here.

einpraegsam avatar Jan 10 '24 13:01 einpraegsam

Maybe, "garbage collection" was misleading. What I meant: Luxletter does not create FE users - so why should Luxletter delete any?

Yes, removing FE groups can also mean that an FE user no longer belongs to a group - which is not allowed according to the TCA and makes FE login impossible, for example. IMO, however, these are cases where Luxletter cannot know how to solve them. This belongs in the place where FE users are managed - be it via extension or editor.

julianhofmann avatar Jan 10 '24 13:01 julianhofmann