--- id: aa-memberaudit-dashboard version: "2.0.0" license: GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license… (full text in the JSON record) license_treatment: copyleft maintenance: active --- # aa-memberaudit-dashboard — Dashboard Addon for Member Audit License: copyleft · Maintenance: active · Downloads: 235.9K/mo ## 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 above — 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 pip install aa-memberaudit-dashboard uv add aa-memberaudit-dashboard poetry add aa-memberaudit-dashboard ## Installing 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. Everyone is permitted to copy and distribute verbatim copies of this license… (full text in the JSON record) (copyleft) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 235.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags allianceauth dashboard addon, memberaudit character registration display, unregistered characters dashboard, allianceauth member audit widget, character registration checker, allianceauth audit dashboard, allianceauth-addon, django-dashboard [View on SkillFed](https://skillfed.io/packages/aa-memberaudit-dashboard) · [View on PyPI](https://pypi.org/project/aa-memberaudit-dashboard/)