Managing Users
Requires admin:users:view permission to see the users list, and additional permissions for each action.
Viewing users​
Go to Admin → Users. You'll see a list of all users with their name, email, role, and status.
Creating a user​
- Click New User
- Enter the user's name, email, and a temporary password
- Select their role
- Click Create
The user can now log in with those credentials.
Requires admin:users:create permission.
Editing a user​
Click Edit on any user row to change their name, email, or role.
Requires admin:users:edit permission.
Deleting a user​
Click Delete on a user row. This is permanent.
Requires admin:users:delete permission.
Adding custom permission overrides​
If a user needs access to something their role doesn't normally include — without changing their role — you can add individual scope overrides:
- Open the user's edit panel
- Click Manage Permissions
- Toggle on the specific scopes you want to grant
- Save
Requires admin:user:permissions:manage permission.
:::tip Example use case
A user needs to generate a frame image just for one project. Instead of changing their role, you add the scene_block:frame:generate scope override specifically for them. Their role remains unchanged for everything else.
:::