This commit is contained in:
Tomasz Borychowski 2022-03-04 21:10:00 +00:00
parent 2e9bff5754
commit d009332f1f

View File

@ -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>
```