--- id: allianceauth-securegroups version: "0.10.2" license: unclear license_treatment: permissive maintenance: active --- # allianceauth-securegroups — On its own this app does very little! However it leverages any module that is capable of providing a filter. Giving you the ability to add a very wide range of automatic filtration options your groups. License: permissive · Maintenance: active · Downloads: 242.5K/mo ## What it is and what it does Secure Groups is a Django plugin for Alliance Auth that automates EVE Online group membership by applying configurable filters to user accounts. It supports both manual groups (with optional auto-join) and automatic groups that continuously sync membership based on filter results. The package itself provides basic filters (character in alliance/corp, user has group) but is designed to be extended by third-party modules that add domain-specific checks—such as asset location, skill requirements, corporate roles, activity levels, and invoice status. Groups can have grace periods before removal, and users receive notifications via Discord DM or in-auth messages when they fail checks or are removed. Installation involves adding the package to an Alliance Auth instance, running migrations, and setting up a Celery task for periodic group updates. Configuration happens entirely through Django admin: you create groups, define filters, set grace periods, and link them into Smart Groups with options for auto-join, state-based targeting, and update frequency. The package integrates with Alliance Auth's built-in group management and can post update logs to Discord webhooks. Use it for: - Automatically maintain EVE Online alliance groups based on member skill points, corporate roles, or asset holdings. - Enforce compliance by removing users who fail activity or asset audits after a configurable grace period. - Sync Discord roles with in-game status (e.g., remove access when a character leaves corp or fails invoice checks). - Create tiered membership groups that auto-join users meeting specific criteria without manual approval. - Audit group membership against complex filter logic and notify users of pending removals before they occur. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. A Django plugin for Alliance Auth that automates group membership based on configurable filters, supporting manual groups, automatic groups with grace periods, and integrations with third-party filter providers. Yes, if you run an Alliance Auth instance and need automated group management. The package is actively maintained, has no known vulnerabilities, and low install friction. It requires third-party filter modules to be useful beyond basic checks, so verify that the filters you need are available and maintained before committing. ## Install pip install allianceauth-securegroups uv add allianceauth-securegroups poetry add allianceauth-securegroups ## Installing allianceauth-securegroups Before you install: Active maintenance with a recent release (38 days old) and low install friction; depends only on allianceauth. Supports modern Python versions (3.8–3.13) and works with Django 4.0 and 4.2. License in practice: MIT license (permissive) allows free use, modification, and distribution with minimal restrictions. Quickstart: pip install allianceauth-securegroups # Add to local.py INSTALLED_APPS: # 'securegroups', # Run migrations: # python myauth/manage.py migrate securegroups # python myauth/manage.py setup_securegroup_task # Then configure Smart Groups and Filters via Django admin. Requires an existing Alliance Auth installation and Django 4.0 or 4.2; creates an hourly Celery task for group updates. Verify before relying: - Whether third-party filter modules (CorpTools, Member Audit, etc.) are maintained and compatible with current versions. - Performance characteristics when processing large member bases or complex filter expressions. - Whether the Discord bot integration mentioned requires additional setup beyond the package itself. ## Package facts - License: not declared (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 242.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags alliance auth group automation, eve online group management, django group filtering, automatic membership management, alliance auth plugin, eve online discord integration, smart group filters, eve-online, group-management, django-plugin [View on SkillFed](https://skillfed.io/packages/allianceauth-securegroups) · [View on PyPI](https://pypi.org/project/allianceauth-securegroups/)