Skip to content

Conversation

@alexlewis9
Copy link

Summary

Enable admins to manage volunteer accounts and handle expirations.

Related Issues

Changes

  • GET /api/users – list and filter by role and activity
  • PATCH /api/users/:id – update is_active and access_expires_at
  • Add middleware to block expired/deactivated users

How to Test

  1. Run tests: pytest users/tests.py -v

Checklist

  • Tests added or updated
  • CI passes (lint, tests, build)
  • Documentation updated (if behavior changed)
  • No secrets or credentials committed

@alexlewis9 alexlewis9 force-pushed the feature/user-management-and-access-expiry branch from 008257f to c6f69dc Compare January 14, 2026 02:44
@alexlewis9 alexlewis9 force-pushed the feature/user-management-and-access-expiry branch from c6f69dc to ab310a9 Compare January 14, 2026 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

User Management & Access Expiry

1 participant