mirror of
https://github.com/pinry/pinry.git
synced 2025-11-15 17:35:50 +01:00
Add passwords section
This commit is contained in:
@@ -10,9 +10,12 @@ format.
|
|||||||
|
|
||||||
## Demo Site
|
## Demo Site
|
||||||
|
|
||||||
We currently have a running demo up at
|
We currently have a few demos up at:
|
||||||
[https://pin.37soloist.com/](https://pin.37soloist.com/). If you'd like to
|
|
||||||
showcase your Pinry website toss us a link!
|
- [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
|
## As Seen On
|
||||||
|
|
||||||
|
|||||||
9
docs/src/passwords.md
Normal file
9
docs/src/passwords.md
Normal 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.
|
||||||
@@ -18,6 +18,7 @@ nav:
|
|||||||
- Extensions: 'extensions.md'
|
- Extensions: 'extensions.md'
|
||||||
- Theories: 'theories.md'
|
- Theories: 'theories.md'
|
||||||
- Docs: 'docs.md'
|
- Docs: 'docs.md'
|
||||||
|
- Passwords: 'passwords.md'
|
||||||
- Assets: 'assets.md'
|
- Assets: 'assets.md'
|
||||||
- Contributing: 'contributing.md'
|
- Contributing: 'contributing.md'
|
||||||
- License: 'license.md'
|
- License: 'license.md'
|
||||||
|
|||||||
Reference in New Issue
Block a user