mobieusKnow User Management History #46
Author
Patrick Bass
Submitted
May 26, 2026 10:36pm
Reviewed
May 26, 2026 10:36pm
Summary
Initial version

User Management

Manage all community members at /admin/users.

User List

Browse all users with search, filter by role, and sort by activity. The list shows username, display name, email, role, join date, and last active time.

User Detail Page

Click any user to see their full admin profile:

  • Role management — change user role (Registered, Moderator, Admin, Super Admin)
  • Suspension — temporarily suspend with a reason and duration
  • Ban — permanently ban from the community
  • Shadow ban — user can post but their content is invisible to others
  • Password reset — force a password change on next login
  • Email verification — manually verify or re-send verification
  • Stats exclusion — exclude from leaderboards and public stats
  • Notes — private admin notes visible only to other admins
  • Infractions — issue formal infractions with point values

Role Hierarchy

Level Role Access
1 Banned Blocked from all functionality
2 Registered Standard member access
3 Moderator Moderation tools, admin panel (limited)
4 Administrator Full user management, content management
5 Super Admin System configuration, branding, all access

Users can only assign roles strictly below their own level.

mobieusID Integration

User accounts are linked to mobieusID (Zitadel). From the admin user page, you can:

  • Lock the user's mobieusID account
  • Unlock a locked account
  • Clear MFA — remove multi-factor authentication if the user is locked out
## User Management

Manage all community members at `/admin/users`.

### User List

Browse all users with search, filter by role, and sort by activity. The list shows username, display name, email, role, join date, and last active time.

### User Detail Page

Click any user to see their full admin profile:

- **Role management** — change user role (Registered, Moderator, Admin, Super Admin)
- **Suspension** — temporarily suspend with a reason and duration
- **Ban** — permanently ban from the community
- **Shadow ban** — user can post but their content is invisible to others
- **Password reset** — force a password change on next login
- **Email verification** — manually verify or re-send verification
- **Stats exclusion** — exclude from leaderboards and public stats
- **Notes** — private admin notes visible only to other admins
- **Infractions** — issue formal infractions with point values

### Role Hierarchy

| Level | Role | Access |
|-------|------|--------|
| 1 | Banned | Blocked from all functionality |
| 2 | Registered | Standard member access |
| 3 | Moderator | Moderation tools, admin panel (limited) |
| 4 | Administrator | Full user management, content management |
| 5 | Super Admin | System configuration, branding, all access |

Users can only assign roles strictly below their own level.

### mobieusID Integration

User accounts are linked to mobieusID (Zitadel). From the admin user page, you can:

- **Lock** the user's mobieusID account
- **Unlock** a locked account
- **Clear MFA** — remove multi-factor authentication if the user is locked out