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.
48 lines
1.8 KiB
48 lines
1.8 KiB
2 years ago
|
---
|
||
|
title: 'Account Settings'
|
||
|
description: 'NocoDB provides Account Settings for managing your account or more for super admin'
|
||
|
position: 800
|
||
|
category: 'Product'
|
||
|
menuTitle: 'Account Settings'
|
||
|
---
|
||
|
|
||
|
## 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
|
||
|
|
||
|
<img width="1500" alt="image" src="https://user-images.githubusercontent.com/35857179/203267251-139fff32-38a9-4f39-af4f-c2c6ec5456bb.png">
|
||
|
|
||
|
## 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.
|
||
|
|
||
|
<img width="1506" alt="image" src="https://user-images.githubusercontent.com/35857179/203267432-352d3038-7784-4ea5-b521-1d0252ffbf70.png">
|
||
|
|
||
|
If you are a super admin, you can also manage all user roles in organization level.
|
||
|
|
||
|
## User Management
|
||
|
|
||
|
Super-admin has new privelege to do user management at root-level.
|
||
|
|
||
|
- `org-level-creator` - this user can create a new project and access any invited project.
|
||
|
|
||
|
- `org-level-viewer` - this user can't create a new project but they can access any invited project.
|
||
|
|
||
|
![image](https://user-images.githubusercontent.com/35857179/203261168-5ba75f9c-476e-4fe7-ace4-f81051f42773.png)
|
||
|
|
||
|
## 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
|
||
|
|
||
|
You can also manage the app store plugins here.
|
||
|
|
||
|
![image](https://user-images.githubusercontent.com/35857179/203267619-24a8f5f5-1c8c-4419-a7a1-be4377fe6216.png)
|