koel/docs/usage/user-management.md
2024-07-06 17:44:48 +02:00

33 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# User Management
## First Admin User
Upon installation, Koel prompts to create a first (default) admin user.
If you're using the [Docker image](../guide/getting-started#using-docker), the admin user will be created automatically with these credentials:
```
Email: admin@koel.dev
Password: KoelIsCool
```
<div class="danger custom-block" style="padding-top: 8px">
Make sure to change these credentials immediately after logging in for the first time!
</div>
## Changing First Admin Password
If you forgot the default admins password and are unable to log in, you can change it via the command line:
```bash
php artisan koel:admin:change-password
```
## Adding More Users
As an admin, you can add more users and manage their profiles under Manage → Users.
If Koel has been [configured](../guide/getting-started#configure-a-mailer) with a mailer, you can also invite a user via email.
:::tip Multi-library support
In the Community edition of Koel, all users share the same library (though playlists, favorites, and other stats are private).
[Koel Plus](../plus/what-is-koel-plus) offers multi-library support, where each user can have their own library with the ability to share and collaborate with others.
:::