Members and roles
Create station accounts and manage administrator access.
rdio uses account-based sign-in. Station administrators manage who can access the control room.
Roles
| Role | Capabilities |
|---|---|
| admin | Full access, including creating and deleting members |
| user | Schedule, broadcast, programs, hosts, media, profile, and settings |
The first account created during first-time setup is always an administrator.
Creating members
Administrators only:
- Open Members in the sidebar.
- Click New member.
- Enter name, email, and a temporary password.
- Save.
New members are created with the user role and mustChangePassword set. They must choose a new password on first sign-in.
First sign-in for new members
- Open the web admin and go to Sign in.
- Enter the email and temporary password provided by the administrator.
- You are prompted to Choose a new password.
- After changing the password, you reach the schedule view.
Until the password is changed, the member cannot use other parts of the app.
Changing roles
Administrators can promote a member to admin:
- Open Members.
- Click the settings icon next to a member.
- Change the role and save.
You cannot demote or delete your own account from the Members view.
Deleting members
Administrators can delete other members (except themselves). Deleted members lose access immediately.
Non-admin access to Members
Users without the admin role who click Members see the Settings page instead. They can view station settings but cannot manage accounts.
Security notes
- Use strong passwords for administrator accounts.
- Rotate
BETTER_AUTH_SECRETonly with care; it invalidates existing sessions. - List every web origin that calls the API in
WEB_ORIGIN. See Environment variables.