I lowkey forgot to commit
This commit is contained in:
17
docs/06-admin-and-settings.md
Normal file
17
docs/06-admin-and-settings.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Admin & Settings
|
||||
|
||||
## Site settings (ROLE_ADMIN)
|
||||
- URL: `/admin/settings`
|
||||
- Manage Spotify credentials stored in DB.
|
||||
|
||||
## User management
|
||||
- Promote an admin:
|
||||
```bash
|
||||
docker compose exec php php bin/console app:promote-admin user@example.com
|
||||
```
|
||||
|
||||
## Appearance
|
||||
- `/settings` provides a dark/light mode toggle.
|
||||
- Preference saved in a cookie; applied via `data-bs-theme`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user