# pinax/django-user-accounts

User accounts for Django

Repository: https://github.com/pinax/django-user-accounts
Canonical: https://ross.abutalabs.com/products/django-user-accounts
Language: Python
License: MIT
License Family: permissive
Last push: 2025-10-13T12:12:44+00:00

## Health v2 (maintenance only)
Score: 44/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 46, release rhythm 8, longevity 100
- inputs: {"age_days": 5289, "days_push": 324, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1218, forks 346 (observed 2026-08-28T04:04:01.541741+00:00)

## What it is
django-user-accounts is a reusable Django app providing extensible infrastructure for user account management, including signup, login, email confirmation, password reset, and account deletion. It supports custom User models and offers class-based views with hooksets for customization.

## Use cases
- add user signup and login to a django site
- email confirmation for new accounts
- password reset and expiration flows
- private beta signup tokens
- let users manage and delete their accounts
- support custom user models in django

## When to choose
- you need a full-featured, extensible account system for a Django project
- you want email-or-username login out of the box
- you need signup tokens for private betas

## When to avoid
- you use a framework other than Django
- you only need social/OAuth login without local accounts
- you need Django versions outside 3.2/4.2

## Facets
- artifact type: library
- maturity: stable
- function: auth, web-framework
- domain: web-development, backend, security
- platform: python
- tags: django, user-accounts, signup, login, password-reset, pinax, web-server

## Member repositories
- pinax/django-user-accounts (main) score 44

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:01.541741+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:17:05.158721+00:00, confidence not recorded.
  - readme: https://github.com/pinax/django-user-accounts (fetched 2026-08-28T04:04:01.541741+00:00, sha 8e0a2c4910df)
  - registry_pypi: https://pypi.org/pypi/django-user-accounts/json (fetched 2026-08-29T12:24:58.061453+00:00, sha 37ae52c8d47f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
