Users
WordPress accounts on a site, without wp-admin.
Open a site, Users tab. The table lists every account with login, email, display name, role and registration date, over WP-CLI. Filter by role, search by name or email.
- Create user — login, email, role, and a password (leave it empty and WordPress generates one; set one yourself if you need to hand it over).
- Edit — email, display name, role, and optionally a new password.
- Delete — asks for confirmation, then runs
wp user delete. Reassign the user's posts in WordPress first if you want to keep them.
Requires WP-CLI on the server. If WordPress is throwing a fatal error the list still loads — the app reads it with plugins and themes disabled — but creating and editing wait until the site is healthy.