From 45504e6ba7128a590fff2ae2c731ea98b788b8a0 Mon Sep 17 00:00:00 2001 From: Thomas <6465773+tgruenert@users.noreply.github.com> Date: Fri, 19 Feb 2021 18:19:12 +0100 Subject: [PATCH] fix missleading admin path url at faq (2nd part) --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index f0fad745..6e459587 100644 --- a/docs/faq.md +++ b/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.