Browse Source

fix missleading admin path url at faq (2nd part)

pull/1212/head
Thomas 4 years ago
committed by GitHub
parent
commit
45504e6ba7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/faq.md

2
docs/faq.md

@ -27,7 +27,7 @@ Please check the following list.
For ordinary user:
1. Login to [Django Admin](https://djangobook.com/django-admin-site/) (URL: `/admin`).
1. Login to [Django Admin](https://djangobook.com/django-admin-site/) (URL: `/admin/`).
2. Open `Users` table.
3. Open user you want to change password.
4. In `Password` property, you'll see: `Raw passwords are not stored, so there is no way to see this user's password, but you can change the password using *this form*.` Click `this form` link.

Loading…
Cancel
Save