Extends Alliance Auth's group management by adding automatic filtering capabilities. Version 0.10.1, released under an active development cycle. Works by leveraging any module that provides a filter, allowing admins to define secure groups that automatically add/remove users based on conditions.
pip install allianceauth-securegroupsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage to check secure groups for a user. Requires a running Alliance Auth project with secure groups configured.
Update any custom filter imports to use the new module paths if needed. Refer to the changelog for details.
Rename the setting key to 'SECUREGROUPS_FILTERS'.
Enable at least one authentication module in Alliance Auth before using Secure Groups.