Simple plugin for AllianceAuth to assign groups to users when they change states.
pip install allianceauth-group-assigner
- add
'groupassign',
to yourINSTALLED_APPS
in the local.py, - run migrations
- restart auth
- Add groups to the required State in admin
- this module will not remove groups
- you can achieve this with the groups state permissions.
Make sure you have signed the License Agreement by logging in at https://developers.eveonline.com before submitting any pull requests. All bug fixes or features must not include extra superfluous formatting changes. If you have an issue with formatting, push it in it's own PR for discussion.
- v0.0.1
- First release