aa-memberaudit-dashboard
Dashboard Addon for Member Audit
What it is and what it does
This package extends AllianceAuth with a dashboard addon that integrates with the MemberAudit module to provide visibility into character registration status. It displays unregistered characters directly on the dashboard and includes a character issue checker to help administrators identify registration problems. The addon is designed as a Django application that plugs into AllianceAuth's existing dashboard infrastructure.
The package depends on aa-memberaudit, allianceauth-app-utils, and allianceauth itself. Installation involves adding the module to your INSTALLED_APPS configuration and running Django migrations. It targets modern Python versions (3.10 through 3.14) and is actively maintained with recent updates.
Use it for:
- Display a dashboard summary of characters that have not been properly registered in your AllianceAuth instance.
- Quickly identify members with registration issues without navigating to separate audit tools.
- Monitor character registration compliance across your organization through a centralized dashboard view.
- Audit and troubleshoot member registration problems using the built-in character issue checker.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds a dashboard widget to AllianceAuth that displays unregistered characters and audits member registration status through the MemberAudit integration.
Yes, if you run AllianceAuth v5+ and use MemberAudit. The package is actively maintained, has no known vulnerabilities, installs cleanly, and solves a specific operational need (visibility into unregistered characters). GPLv3 licensing is standard for AllianceAuth ecosystem packages. The low star count reflects its narrow, specialized audience rather than quality concerns.
Install
aa-memberaudit-dashboard on PyPI
pip
pip install aa-memberaudit-dashboarduv
uv add aa-memberaudit-dashboardpoetry
poetry add aa-memberaudit-dashboardInstalling aa-memberaudit-dashboard
Before you install
Low install friction with a pure-Python wheel distribution. Actively maintained with a recent commit on 2026-08-08 and no known vulnerabilities.
License in practice
Licensed under GPLv3 (copyleft). You may use, modify, and distribute this package freely, but any derivative work must also be released under GPLv3 and include source code.
Quickstart
pip install aa-memberaudit-dashboard
# In your AllianceAuth local.py:
INSTALLED_APPS += [
'memberaudit',
'madashboard',
]
# Then run:
python manage.py collectstatic
python manage.py migrate
Requires AllianceAuth v5 or later and Python 3.10+. Must be installed in your AllianceAuth virtual environment.
Verify before relying
- Whether the dashboard widget is automatically visible after installation or requires additional configuration steps.
- Performance impact when displaying large numbers of unregistered characters.
- Compatibility with specific AllianceAuth versions beyond the stated v5 minimum.
Package facts
| License | GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license… (full text in the JSON record) (copyleft) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — aa-memberaudit, allianceauth-app-utils, allianceauth |
| Maintenance | actively maintained — 75 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 235,914/month — #8,992 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aa_memberaudit_dashboard-2.0.0-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
aa-memberaudit-dcA Django addon for AllianceAuth that checks…
copyleft · top 15,000 on PyPI
aa-memberaudit-securegroupsAdds Member Audit-based filtering to Alliance…
unclear · top 15,000 on PyPI
aa-memberauditA Django app for Alliance Auth that provides…
unclear · top 15,000 on PyPI
aa-killstatsA Django module for AllianceAuth that tracks…
copyleft · top 15,000 on PyPI
aa-inactivityMonitors member activity in Alliance Auth using…
unclear · top 15,000 on PyPI
allianceauth-afatA Django plugin for Alliance Auth that tracks…
copyleft · top 15,000 on PyPI
allianceauthAlliance Auth is a Django-based authentication…
copyleft · top 15,000 on PyPI
aa-contactsA Django plugin for AllianceAuth that tracks…
copyleft · top 15,000 on PyPI
aa-fleetpingsaa-fleetpings is a Django plugin for Alliance…
copyleft · top 15,000 on PyPI
allianceauth-securegroupsA Django plugin for Alliance Auth that…
permissive · top 15,000 on PyPI