mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
5.5 KiB
99 lines
5.5 KiB
3 years ago
|
---
|
||
1 year ago
|
title: 'Team & Auth'
|
||
3 years ago
|
description: 'Breakdown of roles & permissions for team user management'
|
||
|
---
|
||
|
|
||
1 year ago
|
## Accessing Collaboration menu
|
||
2 years ago
|
|
||
1 year ago
|
- Click on `Collaborators` tab from the `Project Dashboard`
|
||
3 years ago
|
|
||
1 year ago
|
![Collaorators](https://github.com/nocodb/nocodb/assets/86527202/548769b8-8678-4827-85cd-2c0af57ce876)
|
||
3 years ago
|
|
||
2 years ago
|
|
||
1 year ago
|
## User Management
|
||
2 years ago
|
|
||
1 year ago
|
### How to Add a User
|
||
3 years ago
|
|
||
1 year ago
|
Go to `Collaborators`, Enter the user's `E-mail`. Select `User Role`, and Click `Invite`.
|
||
3 years ago
|
|
||
1 year ago
|
![collaborators invite](https://github.com/nocodb/nocodb/assets/86527202/6b16b106-5b55-442c-bc1a-ab59977b330a)
|
||
3 years ago
|
|
||
1 year ago
|
> **Tip**: You can add multiple comma (,) seperated emails
|
||
2 years ago
|
|
||
|
If you do not have an SMTP sender configured, make sure to copy the invite link and manually send it to your collaborator.
|
||
1 year ago
|
|
||
|
![Collaborators- invite link](https://github.com/nocodb/nocodb/assets/86527202/704b4b38-ba39-40f6-ac0d-8d75811869c9)
|
||
2 years ago
|
|
||
|
|
||
2 years ago
|
### How to Update user permissions
|
||
2 years ago
|
|
||
1 year ago
|
Go to `Collaborators`, from the drop down for the user - change permissions as desired
|
||
|
|
||
|
![Collaborators update](https://github.com/nocodb/nocodb/assets/86527202/e2d4037d-e15e-47ca-8cc6-56e53cb53f88)
|
||
3 years ago
|
|
||
2 years ago
|
------
|
||
3 years ago
|
|
||
2 years ago
|
### User Role Permissions
|
||
3 years ago
|
|
||
3 years ago
|
### Advanced Options & Configurations
|
||
3 years ago
|
| | Owner | Creator | Editor | Commenter | Viewer |
|
||
3 years ago
|
| :-- | :-: | :-: | :-: | :-: | :-: |
|
||
3 years ago
|
| Audit | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
3 years ago
|
| App Store | ✅ | ❌ | ❌ | ❌ | ❌ |
|
||
|
| Team & Auth | ✅ | ❌ | ❌ | ❌ | ❌ |
|
||
|
| Project Metadata | ✅ | ❌ | ❌ | ❌ | ❌ |
|
||
|
| New user: Add Owner | ✅ | ❌ | ❌ | ❌ | ❌ |
|
||
|
| New user: Add Creator | ✅ | ❌ | ❌ | ❌ | ❌ |
|
||
|
| New user: Add Editor | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
|
| New user: Add Commenter | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
|
| New user: Add Viewer | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
|
| View existing users | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
|
| Preview mode | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
3 years ago
|
|
||
3 years ago
|
|
||
3 years ago
|
### Schema Options
|
||
3 years ago
|
| | Owner | Creator | Editor | Commenter | Viewer |
|
||
3 years ago
|
| :-- | :-: | :-: | :-: | :-: | :-: |
|
||
3 years ago
|
| Add table | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
|
| Delete table | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
|
| Modify table | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
|
| Add column | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
|
| Delete column | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
|
| Modify column | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
3 years ago
|
|
||
|
|
||
3 years ago
|
### Record Options
|
||
3 years ago
|
| | Owner | Creator | Editor | Commenter | Viewer |
|
||
3 years ago
|
| :-- | :-: | :-: | :-: | :-: | :-: |
|
||
3 years ago
|
| Add row | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||
|
| Delete row | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||
|
| Modify row/ cell | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||
|
| Expand row | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||
|
| Right click on cell (add/edit row) | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||
|
| View table data (cell) contents | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||
3 years ago
|
|
||
|
### Comments
|
||
3 years ago
|
| | Owner | Creator | Editor | Commenter | Viewer |
|
||
3 years ago
|
| :-- | :-: | :-: | :-: | :-: | :-: |
|
||
3 years ago
|
| View comments from others | ✅ | ✅ | ✅ | ✅ | ❌ |
|
||
|
| Add comments | ✅ | ✅ | ✅ | ✅ | ❌ |
|
||
3 years ago
|
|
||
|
### Views
|
||
3 years ago
|
| | Owner | Creator | Editor | Commenter | Viewer |
|
||
3 years ago
|
| :-- | :-: | :-: | :-: | :-: | :-: |
|
||
3 years ago
|
| Create new view | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
|
| Share view | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||
3 years ago
|
|
||
3 years ago
|
### Project Generals
|
||
3 years ago
|
| | Owner | Creator | Editor | Commenter | Viewer |
|
||
3 years ago
|
| :-- | :-: | :-: | :-: | :-: | :-: |
|
||
3 years ago
|
| Created views access | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||
|
| Filter fields/ Column | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||
|
| Filter fields/ Query | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||
|
| Sort fields | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||
|
| Theme | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||
|
| Auth token | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||
|
| Project Info | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||
|
| Swagger API | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||
3 years ago
|
|