Browse Source

Add explanation on create user, close #1410

pull/1533/head
Hironsan 3 years ago
parent
commit
22bb21fb09
8 changed files with 36 additions and 7 deletions
  1. 43
      docs/faq.md
  2. BIN
      docs/images/faq/add_annotator/new_user.png
  3. BIN
      docs/images/faq/add_annotator/select_members.png
  4. BIN
      docs/images/faq/add_annotator/select_user.png
  5. BIN
      docs/images/faq/user_creation/create_user.png
  6. BIN
      docs/images/faq/user_creation/login.png
  7. BIN
      docs/images/faq/user_creation/select_add_user.png
  8. BIN
      docs/images/faq/user_creation/select_users.png

43
docs/faq.md

@ -1,5 +1,41 @@
# FAQ
## How to create a user
After running doccano webserver, login to the admin site(in the case of pip installation) via <http://localhost:{port}/admin/>. The below is the example of port `8000` and username `admin`. If you set your own port or username and password on running the server, please change to your one.
![](images/faq/user_creation/login.png)
After login to the admin site, select `Users`:
![](images/faq/user_creation/select_users.png)
Select the ADD USER button in the upper right corner:
![](images/faq/user_creation/select_add_user.png)
After entering the username and password for the new user, select the `SAVE` button:
![](images/faq/user_creation/create_user.png)
Congratulations. Now you are able to log in to doccano as a new user. After logging out of the admin site, try logging in as a new user.
## How to add a user to your project
Note: This step assumes you have already created a new user. See [How to create a user](#how-to-create-a-user) in detail.
After logging in to doccano, select your project. Note that you must be the administrator of the project to add users to the project.
Select `Members` from the left side menu. If you are not the administrator of the project, `Members` will not be displayed.
![](images/faq/add_annotator/select_members.png)
Select the `Add` button to display the form. Fill in this form with the user name and role you want to add to the project. Then, select the `Save` button.
![](images/faq/add_annotator/select_user.png)
Congratulations. Now the new user are able to access the project.
## I can't upload my data
Please check the following list.
@ -16,13 +52,6 @@ Please check the following list.
**You don't need your real & all data to validate file format. The picked data & masked data is suitable if your data is large or secret.**
## I want to add annotators annotators/annotation approvers
1. Login to [Django Admin](https://djangobook.com/django-admin-site/) (URL: `/admin/`).
2. Add a user to `Users` table (`Add` link).
3. **Logout from Django Admin site.** [You'll face login error without logout of Django Admin site](https://github.com/doccano/doccano/issues/723).
4. Add the user to the project in the member page (`/projects/{project_id}/members`).
## I want to change user's or admin's password
For ordinary user:

BIN
docs/images/faq/add_annotator/new_user.png

Before After
Width: 1110  |  Height: 319  |  Size: 24 KiB

BIN
docs/images/faq/add_annotator/select_members.png

Before After
Width: 2930  |  Height: 1734  |  Size: 375 KiB

BIN
docs/images/faq/add_annotator/select_user.png

Before After
Width: 1138  |  Height: 678  |  Size: 64 KiB

BIN
docs/images/faq/user_creation/create_user.png

Before After
Width: 3506  |  Height: 1812  |  Size: 464 KiB

BIN
docs/images/faq/user_creation/login.png

Before After
Width: 794  |  Height: 518  |  Size: 35 KiB

BIN
docs/images/faq/user_creation/select_add_user.png

Before After
Width: 3760  |  Height: 1472  |  Size: 375 KiB

BIN
docs/images/faq/user_creation/select_users.png

Before After
Width: 3494  |  Height: 1580  |  Size: 319 KiB
Loading…
Cancel
Save