lukasbableck / contao-purge-inactive-members-bundle
This bundle automatically purges members from the database if they have not logged in for a certain amount of time.
Fund package maintenance!
lukasbableck
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.1
- contao/core-bundle: ^5.3
- symfony/dependency-injection: ^6.0 || ^7.0
- symfony/http-kernel: ^6.0 || ^7.0
- terminal42/notification_center: ^2.3
Requires (Dev)
- contao/manager-plugin: ^2.0
- friendsofphp/php-cs-fixer: ^3.72
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
README
This bundle regularly deletes inactive members from the Contao member database if they have not logged in for a certain period of time.
In the Contao settings, you can define a period of time after which members are considered inactive and are then deleted and optionally notified.
TODO
- Send a notification before deleting a member (configurable time before deletion)