⚠️
Browser compatibility
Your browser may be outdated and some features may not work. We recommend upgrading or using a modern browser.

01-Admin-Login

Admin Login

The admin panel uses a separate console login. Unauthenticated visits to any /admin/* URL redirect to this page.

How to Access

Open /admin/login in your browser. If you were redirected from another admin page, you return to the original destination after login (via the next parameter).

Page Overview

Username and Password

  • Username is displayed read-only, assigned by the system, and cannot be changed on this page.
  • Password works in two scenarios:
    • First login: Use the same password as your public-site login; the system will guide you to set a dedicated admin console password.
    • After console password is set: You must enter the admin console password (which may differ from your public-site password).

Admin login — login form — read-only username, password field, and Sign in button

Link Description
Sign out all sessions Clear the current login state
User dashboard Go to the member /dashboard (requires an active member session)

Common Tasks

  1. First-time admin access: Sign in with your admin public-site password → follow prompts to set a console password → enter the Dashboard.
  2. Forgot console password: Use Change console password in the top bar (requires an active session), or follow deployment docs to reset (operations topic—not covered here).
  3. Change console password (while signed in): Top bar Change console password → enter current password, new password, and confirmation.

Admin login — change console password — top bar modal for updating console password

Security Notes

Note: The admin console password is independent of the member login password. Do not share member passwords with anyone outside your trusted operations team.

0%