Skip to content

Commit

Permalink
Spell
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Jun 18, 2024
1 parent 50e8b72 commit f693d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/host_for_multiuser/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ Follow the steps below to setup `multiuser` mode.
INSERT INTO users (uid, organization_id, name, email, active) VALUES ('YOUR_UID', 1, 'YOUR_NAME', 'YOUR_EMAIL', 1);
INSERT INTO user_roles (user_id, role_id) VALUES (1, 1);
```
- YOUR_UID and YOUR_EMAIL sould be ones you set in the previous step ([Create admin user for the project](#create-admin-user-for-the-project)).
- YOUR_NAME and YOUR_ORGANIZATION_NAME can be arbitary.
- YOUR_UID and YOUR_EMAIL should be ones you set in the previous step ([Create admin user for the project](#create-admin-user-for-the-project)).
- YOUR_NAME and YOUR_ORGANIZATION_NAME can be arbitrary.
- Only 2 roles, "admin" and "operator" are supported for now.
- "admin"
- can manage other users
Expand Down

0 comments on commit f693d8c

Please sign in to comment.