Browse Source

Add passwords section

pull/169/head
Isaac Bythewood 5 years ago
parent
commit
2c8db76ab7
3 changed files with 16 additions and 3 deletions
  1. +6
    -3
      docs/src/index.md
  2. +9
    -0
      docs/src/passwords.md
  3. +1
    -0
      mkdocs.yml

+ 6
- 3
docs/src/index.md 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
- 0
docs/src/passwords.md 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.

+ 1
- 0
mkdocs.yml 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'


Loading…
Cancel
Save