Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 879 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 879 Bytes

Group Assigner

Simple plugin for AllianceAuth to assign groups to users when they change states.

Installation

  1. pip install allianceauth-group-assigner
  2. add 'groupassign', to your INSTALLED_APPS in the local.py,
  3. run migrations
  4. restart auth

Setup

  • Add groups to the required State in admin
  • this module will not remove groups
    • you can achieve this with the groups state permissions.

Contributing

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.

Change log

  • v0.0.1
    • First release