Skip to main content

Managing Users & Access

AutoPod lets you give presenters and staff their own logins with controlled access to specific shows. You stay in control of the station while your team manages their own content.

Access levels

AutoPod has two main access levels that matter for your station:

LevelWhoWhat they can do
Account OwnerYou (the station administrator)Everything — manage shows, schedule, episodes, users, settings, analytics
Delegate UserPresenters, producers, staffView and edit only the shows they've been assigned to — manage episodes, upload content, edit show details for their shows

What delegate users can see

When a delegate user logs in, they see a simplified dashboard showing only:

  • Their assigned shows
  • Episodes belonging to those shows
  • The ability to upload episodes and edit show details for their shows

They cannot see:

  • Other shows in the station
  • The schedule builder
  • Station settings
  • Analytics
  • User management
  • Other users

This keeps things simple for presenters — they see their show and nothing else.

Users management page
The Users page — manage delegate accounts and control who has access to which shows.

Adding a delegate user

  1. Go to Users in the sidebar
  2. Click the Add User tab
  3. Fill in the details:
FieldRequiredNotes
UsernameYesWhat they'll use to sign in (minimum 3 characters, must be unique)
PasswordYesTemporary password you share with them (minimum 8 characters)
Assigned showsYesCheck the shows this user should have access to
  1. Click Create User

Share the username and password with the presenter — they log in at the same dashboard URL as you.

tip

Choose a simple, memorable username for presenters. Something like sarah or dave.morning works well. Usernames must be unique across the entire platform.

Editing a delegate user

  1. Go to UsersDelegated Users tab
  2. Click Edit on the user you want to change
  3. You can:
    • Change their password (leave blank to keep the current one)
    • Add or remove show assignments by checking/unchecking shows
  4. Click Save Changes

Changing show assignments

This is the most common edit. When a presenter picks up a new show or drops one, just update their show checkboxes. Changes take effect immediately — next time they log in (or refresh), they'll see the updated show list.

Resetting a password

There's no self-service password reset. If a presenter forgets their password:

  1. Go to Users → find the user → Edit
  2. Enter a new password
  3. Save
  4. Share the new password with them directly (phone, email, in person)

Removing a delegate user

  1. Go to UsersDelegated Users tab
  2. Click Delete on the user
  3. Confirm the deletion

The user is removed immediately and can no longer log in. Their show assignments are also removed. This doesn't affect any episodes or shows — it only removes the user's access.

Practical examples

Scenario: New presenter joins the station

  1. Create a show for their programme (if it doesn't already exist)
  2. Add them as a delegate user
  3. Assign them to their show
  4. Share the login credentials
  5. They can now log in, see their show, and upload episodes

Scenario: Presenter moves to a different show

  1. Edit their user account
  2. Uncheck the old show, check the new show
  3. Save — done. No need to create a new account.

Scenario: Presenter leaves the station

  1. Delete their user account — they can no longer log in
  2. Optionally, their show and episodes remain untouched for the next presenter

Scenario: Multiple presenters share a show

Assign the same show to multiple delegate users. Each presenter can see and manage episodes for that show. They'll all see the same episode list.

Security notes

  • Passwords are encrypted — stored using bcrypt hashing. Nobody (including AutoPod staff) can see a user's password.
  • Sessions expire — users are logged out automatically after a period of inactivity.
  • Cross-station isolation — delegate users can only see shows within your account. There's no way to accidentally see another station's content.
  • Usernames are global — each username must be unique across all AutoPod stations, not just yours.
info

AutoPod uses username and password authentication. There's no single sign-on (SSO) or social login at this time. Each user needs their own AutoPod credentials.