The user management section of the admin panel gives you a list of every account registered on your Quizmaster instance. Users sign up themselves through the registration page — there is no interface for admins to create user accounts directly. The only account created by the system is the default admin account seeded on first start.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/geeky-hamster/Quizmaster/llms.txt
Use this file to discover all available pages before exploring further.
Viewing registered users
Navigate to/admin/users to open the user management page. The table lists all registered accounts and displays the following information for each:
| Field | Description |
|---|---|
username | The user’s email address used to log in |
fullName | The full name provided during registration |
qualification | Optional qualification or education level the user added |
dob | Optional date of birth the user provided |
role | Either admin or user |
admin@quizmaster.com) appears in this list with the admin role.
Deleting a user account
To delete a user:- Locate the user in the table at
/admin/users. - Click the Delete button in that user’s row.
- Confirm the deletion when prompted.
Admin accounts cannot be deleted. Clicking Delete on an admin account returns an error. If you need to remove or replace the admin account, that must be done directly in the database.