Skip to main content

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​

  1. Click New User
  2. Enter the user's name, email, and a temporary password
  3. Select their role
  4. 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:

  1. Open the user's edit panel
  2. Click Manage Permissions
  3. Toggle on the specific scopes you want to grant
  4. 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. :::