luxletter
luxletter copied to clipboard
Option to delete fe_users after unsubscription
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
Hi, having a scheduler task to clean up unfinished registration would also be nice
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 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.
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.