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.
69 lines
3.7 KiB
69 lines
3.7 KiB
2 years ago
|
---
|
||
|
title: 'Account Settings'
|
||
|
description: 'NocoDB provides Account Settings for managing your account or more for super admin'
|
||
|
---
|
||
|
|
||
|
## Overview
|
||
|
|
||
|
Account Settings allow you to manage your account such as your password or tokens.
|
||
|
|
||
|
![image](https://user-images.githubusercontent.com/35857179/203260408-7767daec-a862-4b33-8a6a-6706bff01eb7.png)
|
||
|
|
||
|
## Reset Password
|
||
|
|
||
1 year ago
|
<img width="1500" alt="image" src="https://user-images.githubusercontent.com/35857179/203267251-139fff32-38a9-4f39-af4f-c2c6ec5456bb.png" />
|
||
2 years ago
|
|
||
|
## Token Management
|
||
|
|
||
|
- Newly created tokens are associated with the created user and it will have all permissions that particular user has.
|
||
|
- Existing token will work as it is and only be visible to the super admin.
|
||
|
|
||
1 year ago
|
<img width="1506" alt="image" src="https://user-images.githubusercontent.com/35857179/203267432-352d3038-7784-4ea5-b521-1d0252ffbf70.png" />
|
||
2 years ago
|
|
||
|
If you are a super admin, you can also manage all user roles in organization level.
|
||
|
|
||
|
## User Management
|
||
|
|
||
2 years ago
|
Permissions within NocoDB are divided into two levels: Organisation level and Project level.
|
||
2 years ago
|
|
||
2 years ago
|
### Organisation Level Permissions:
|
||
|
- `Org Level Creator`: Allows users to create new projects and access invited projects.
|
||
|
- `Org Level Viewer`: Allows users to access invited projects but does not permit the creation of new projects.
|
||
2 years ago
|
|
||
|
![image](https://user-images.githubusercontent.com/35857179/203261168-5ba75f9c-476e-4fe7-ace4-f81051f42773.png)
|
||
|
|
||
2 years ago
|
### Project Level Permissions:
|
||
|
- `Owner`: The user who created the project. A project can have only one owner. The owner persists until the project exists and the role is non-transferable. The owner has access to carry out any operations within the project, including deleting it.
|
||
|
- `Creator`: Has access to carry out any operations within the project except deleting the project and removing the "Owner."
|
||
|
- `Editor`: Can modify data but cannot modify the schema (add/remove columns, tables, users, and such).
|
||
|
- `Commenter`: Can neither modify data nor schema, can only see data and can mark row-level comments.
|
||
|
- `Viewer`: Can only see data.
|
||
|
|
||
2 years ago
|
Additional access details for project level permissions can be found [here](https://docs.nocodb.com/setup-and-usages/team-and-auth#advanced-options--configurations).
|
||
2 years ago
|
Please note that the above-mentioned Project Level Permissions are additional to the already defined Organisation Level Permissions.
|
||
|
In addition to the previously defined permissions, NocoDB also includes the role of "Super Admin." The "Super Admin" is the first user to sign up on this NocoDB installation. An organisation can have only one "Super Admin" and this role is non-transferable. The "Super Admin" will have the equivalent permissions of an "Org Level Creator" and "Owner" for all projects within the organisation.
|
||
|
|
||
2 years ago
|
## Enable / Disable Signup
|
||
|
|
||
|
Signup without an invitation is disabled by default and can be managed from UI by a super admin.
|
||
|
|
||
|
![image](https://user-images.githubusercontent.com/35857179/203268555-a17fcd39-5fb9-448d-aeaf-e55cbf49f6c5.png)
|
||
|
|
||
|
## App Store
|
||
|
|
||
2 years ago
|
![image](https://user-images.githubusercontent.com/35857179/203267619-24a8f5f5-1c8c-4419-a7a1-be4377fe6216.png)
|
||
|
|
||
2 years ago
|
We provide different integrations in three main categories.
|
||
|
|
||
|
| Category | App Name |
|
||
|
|---|---|
|
||
|
| Chat | Microsoft Teams <br/> Discord <br/> Twilio <br/> Whatsapp Twilio<br/> Mattermost<br/> Slack |
|
||
|
| Email | SMTP<br/> MailerSend<br/> AWS SES |
|
||
|
| Storage | AWS S3 <br/> Minio <br/> Google Cloud Storage <br/> Spaces <br/> Backblaze B2 <br/> Vultr Object Storage <br/> OvhCloud Object Storage <br/> Linode Object Storage <br/> UpCloud Object Storage <br/> Scaleway Object Storage |
|
||
|
|
||
2 years ago
|
## License
|
||
|
|
||
|
You can configure NocoDB Enterprise `License key` here
|
||
|
|
||
|
![Screenshot 2023-01-12 at 2 30 57 PM](https://user-images.githubusercontent.com/86527202/212023989-0129af0a-689d-465e-bdda-3d54399ea6b7.png)
|