mirror of https://github.com/nocodb/nocodb
Raju Udava
2 years ago
committed by
GitHub
11 changed files with 130 additions and 22 deletions
@ -0,0 +1,48 @@
|
||||
--- |
||||
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) |
@ -0,0 +1,39 @@
|
||||
--- |
||||
title: 'Expanded Form' |
||||
description: 'NocoDB provides Expanded Form to let you edit your data easily' |
||||
position: 1000 |
||||
category: 'Product' |
||||
menuTitle: 'Expanded Form' |
||||
--- |
||||
|
||||
## Overview |
||||
|
||||
Expanded Form allows you to edit a row data in a form. It also shows the activity feed such as user comments or revision history. It can be also shared by others by copying the record URL. |
||||
|
||||
![image](https://user-images.githubusercontent.com/35857179/203273340-987b1242-9c78-4195-9ca2-3d3c49c7bccf.png) |
||||
|
||||
## Expanding a Record |
||||
|
||||
In a grid view, we can hover a row record and a doulbe arrow will be shown. By clicking it, the expanded form will be opened. |
||||
|
||||
![image](https://user-images.githubusercontent.com/35857179/203274054-d20dc12b-7da8-4e6b-a144-19859b3c1c9c.png) |
||||
|
||||
Alternatively, we can highlight a cell and press the space bar. The expanded form for the correpsonding row will be opened. |
||||
|
||||
## Activity Feed |
||||
|
||||
In an expanded form, we can click `Toggle Comment View` button to show the activity feed where we can optionally filter out comments only. |
||||
|
||||
![image](https://user-images.githubusercontent.com/35857179/203275800-c8bc93f1-2a99-4766-8b81-70208c5675ca.png) |
||||
|
||||
## Copy Record URL |
||||
|
||||
In an expanded form, we can click `Copy Record URL` to share the record form to other authorized users. |
||||
|
||||
![image](https://user-images.githubusercontent.com/35857179/203276149-bc97c70a-8bbf-48b4-a3fb-dd437c9405d3.png) |
||||
|
||||
## Save Button Option |
||||
|
||||
By default, when we save the form, the expanded form will be closed, i.e. `Save & Exit`. However, if we prefer not to close the form even after saving, we can choose `Save & Stay` mode instead. This is useful when you are editing a long form and you want to save it from time to time. |
||||
|
||||
![image](https://user-images.githubusercontent.com/35857179/203276349-5d5c68d6-4523-41ae-8e23-312d2f6e9caa.png) |
Loading…
Reference in new issue