mirror of
https://github.com/pinry/pinry.git
synced 2026-01-20 06:02:05 +01:00
Add passwords section
This commit is contained in:
@@ -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
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.
|
||||
Reference in New Issue
Block a user