Add passwords section

This commit is contained in:
Isaac Bythewood
2019-12-08 19:30:51 +00:00
parent 16ac804a5f
commit 2c8db76ab7
3 changed files with 16 additions and 3 deletions

View File

@@ -10,9 +10,12 @@ format.
## Demo Site
We currently have a running demo up at
[https://pin.37soloist.com/](https://pin.37soloist.com/). If you'd like to
showcase your Pinry website toss us a link!
We currently have a few demos up at:
- [https://pin.37soloist.com/](https://pin.37soloist.com/)
- [https://pinry-demo.lapo.it/](https://pinry-demo.lapo.it/)
If you'd like to showcase your Pinry website toss us a link!
## As Seen On

9
docs/src/passwords.md Normal file
View File

@@ -0,0 +1,9 @@
# Updating Passwords
Currently we don't have a good "forgot my password" method on Pinry since that
generally requries an email to be sent. The current method for changing
passwords involves:
- Create a new super user `pipenv run python manage.py createsuperuser`
- Login to your admin panel `{your_website_url}/admin/`
- Go to the users section, select the user, change their password.

View File

@@ -18,6 +18,7 @@ nav:
- Extensions: 'extensions.md'
- Theories: 'theories.md'
- Docs: 'docs.md'
- Passwords: 'passwords.md'
- Assets: 'assets.md'
- Contributing: 'contributing.md'
- License: 'license.md'