lvlo / seat-autoremove
SeAT Tool to autoremove members that left your corporation
1.0.4
2020-08-12 13:44 UTC
Requires
- php: ^7.3
- eveseat/console: ~3
- eveseat/web: ~3
This package is auto-updated.
Last update: 2024-12-13 02:56:51 UTC
README
A module for SeAT that automatically remove users that left your corporation
If you have issues with this, you can contact me on Eve as Pregma
Quick Installation:
In your seat directory type the following:
php artisan down
composer require lvlo/seat-autoremove
php artisan vendor:publish --force --all
php artisan migrate
php artisan up
And now, when you log into 'Seat', you should see a 'Autoremove' link on the left to add corporation to whitelist. Dont forget to add a cron task (planified task) into seat for the command autoremove:users.
You can do a dry-run with :
php artisan autoremove:users --dry-run