mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-20 07:30:35 +00:00
.
This commit is contained in:
@@ -28,3 +28,9 @@ Once it starts, create admin user:
|
|||||||
```sh
|
```sh
|
||||||
docker-compose exec linkding python manage.py createsuperuser --username=joe --email=joe@example.com
|
docker-compose exec linkding python manage.py createsuperuser --username=joe --email=joe@example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Tips & Tricks
|
||||||
|
Change password for a user
|
||||||
|
```sh
|
||||||
|
docker-compose exec linkding python manage.py changepassword <username>
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user