diff --git a/docs/faq.md b/docs/faq.md index 1ff3fbba..16ef0472 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -37,4 +37,13 @@ There is only one installation of the Dropbox system, but it handles multiple us For Tandoor that means all people that work together on one recipe collection can be in one space. If you want to host the collection of your friends family or your neighbor you can create a separate space for them (trough the admin interface). -Sharing between spaces is currently not possible but is planned for future releases. \ No newline at end of file +Sharing between spaces is currently not possible but is planned for future releases. + +## Create Admin user / reset passwords +To create a superuser or reset a lost password if access to the container is lost you need to + +1. execute into the container using `docker-compose exec web_recipes sh` +2. activate the virtual environment `source venv/bin/activate` +3. run `python manage.py createsuperuser` and follow the steps shown. + +To change a password enter `python manage.py changepassword ` in step 3. \ No newline at end of file