date-website

Members Admin Guide

Purpose

Manage member accounts, memberships, and subscription payments.

Member Accounts

Most people register themselves at /members/signup/. Those signups land in the admin as inactive users; review their details and activate them once payment/eligibility is confirmed. Only use the manual “Add member” flow below when you truly need to create an account on someone’s behalf.

  1. Go to Members › Members (/admin/members/member/).
  2. Add member:
    • Fill in username (letters/underscore/hyphen only), contact details, membership type, and optional groups.
    • Set a temporary password. Tick Send email if you plan to notify the member manually (system does not send the password automatically).
  3. Edit member:
    • Update contact info, membership type, or group assignments as needed.
    • Use the actions menu to bulk Activate or Deactivate selected users.
    • is_staff is computed automatically from group membership (groups listed in settings.STAFF_GROUPS).
  4. Password resets – direct members to the “Forgot password” link on the login page, which uses the custom reset form.

Membership Types

Subscription Products & Payments

  1. Subscriptions define name, price, renewal cadence (days/months/years), and whether they expire.
  2. Subscription payments record actual payments:
    • Use Add subscription payment to log membership dues.
    • Pick the member (searchable list), subscription type, payment date, and amount paid.
    • Date expires is calculated automatically from the subscription’s renewal settings.
    • List filters help you find expired vs active payments.

Functionary Roles & Assignments

Functionary roles and assignments are managed by the functionaries app. See the Functionaries Admin Guide.

Front-Facing Pages

Tips