lvlo/seat-autoremove

SeAT Tool to autoremove members that left your corporation

1.0.4 2020-08-12 13:44 UTC

This package is auto-updated.

Last update: 2024-04-13 01:14:08 UTC


README

A module for SeAT that automatically remove users that left your corporation

License

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