-
-
Notifications
You must be signed in to change notification settings - Fork 34
User Registration
Arthur Jamet edited this page Feb 20, 2026
·
2 revisions
Unless it's the first account to be created, all new user accounts have to be manually enabled by a user with the admin role (through /settings/users on the web app).
It is possible to disable the registration form by setting the ENABLE_USER_REGISTRATION environment variable to 0.
Note: Do not disable user registration before creating the first admin account. You won't be able to sign up at all. Set the environment var after the admin account has been created
-
Setup
-
Features
- Artworks, Thumbnails & Avatars
- Playlists
- Lyrics
- Extras
- Genres
- Providers
- Sort Names
- Metadata
- Relations
- Administration
- Misc
-
Contributing