User Management¶
Guide to managing user accounts, roles, and author profiles from the SkyCMS admin dashboard.
Audience: Administrators
Accessing User Management¶
Navigate to Editor → Users from the sidebar. User management is restricted to users with the Administrator role.
User Accounts¶
Viewing Users¶
The user inventory page displays a paginated, sortable table with:
- Email address
- Email confirmation status (confirmed / unconfirmed)
- Two-factor authentication status (ON / OFF badge)
- Phone number confirmation status
- Assigned roles
Use the pagination and sort controls to navigate large user lists.
Creating a User¶
- Click Create on the user list page.
- Enter the user's email address.
- Optionally auto-generate a password or enter one manually.
- Click Create.
- A confirmation page is displayed. If email delivery is configured, the user receives a confirmation email.
Confirming Emails¶
If a user hasn't confirmed their email:
- Click Confirm Email to manually confirm the account.
- Click Resend Confirmation to send a new verification email.
- Click Unconfirm Email to revoke confirmation status.
Password Resets¶
Click Send Password Reset next to any user to email them a password reset link. This requires a working email provider configuration.
Deleting Users¶
- Select one or more users using the checkboxes.
- Click Delete in the bulk actions bar.
- Confirm the deletion.
Safeguard: The system prevents deleting the last administrator account. At least one admin must remain.
Role Assignment¶
Viewing a User's Roles¶
Click Roles next to any user to see their current role membership.
Assigning Roles¶
- Open the Role Assignment page for a user.
- Toggle roles on or off.
- Click Save.
Users can belong to multiple roles simultaneously. See Roles & Permissions for the full permission matrix.
Bulk Role Actions¶
From the user list, select multiple users and use the bulk actions Add Role or Remove Role to modify roles in batch.
Author Profiles¶
Author profiles contain biographical information displayed on blog posts and article bylines.
Managing Author Profiles¶
- Navigate to Editor → Users → Author Profiles.
- Browse the paginated, sortable author list.
- Click Edit to update an author's profile:
- Display name
- Bio text
- Social media links (Twitter, Instagram)
- Click Save.
Deleting Author Profiles¶
Click Delete next to an author profile to remove it. This removes the profile data only — the associated user account is not affected.
Built-in Roles¶
| Role | Purpose |
|---|---|
| Administrator | Full system access — user management, settings, CDN, storage, audit logs |
| Editor | Full content creation and publishing, template/layout management, file manager |
| Author | Create and edit own content, submit for review, file manager access |
| Reviewer | View content and provide feedback only |
| Authenticated | Reserved for future extensibility |
| Anonymous | Reserved for future extensibility |
Administrators can also create custom roles. See Roles & Permissions for the full permission matrix.
See Also¶
- Roles & Permissions — Full permission matrix and role architecture
- Authentication & SSO — Login methods, 2FA, passkeys, OAuth providers