mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 13:16:44 +00:00
* feat: account delete (WIP) * fix: null check issue * feat: move integration source delete logic to model level * docs: account delete * test: delete integration --------- Co-authored-by: mertmit <mertmit99@gmail.com>
2.0 KiB
2.0 KiB
title, description, tags, keywords
| title | description | tags | keywords | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Profile page | This article explains how to manage your profile page. |
|
|
Profile page is the place where you can manage your profile information. Currently, only a custom username can be setup as part of profile configuration. To access your profile page,
- Click on
User menuin the bottom left corner of the sidebar, - Select
Account Settingsfrom the dropdown - Change
Profile name - Click on
Savebutton to save the changes
Delete Account
:::note This option is available currently only for the cloud users. :::
To delete your account permanently,
- Click on
User menuin the bottom left corner of the sidebar, - Select
Account Settingsfrom the dropdown - In the section for delete account, click on
Delete Accountbutton - Confirmation modal displays the Workspaces, Bases & Tokens that will be invalidated upon deletion. As a confirmation step, you will be asked to enter your email address associated with the account.
- Click on
Delete Accountbutton to delete the account permanently.
:::warning
- Deleting the account is irreversible and all the data associated with the account will be lost permanently.
- All the workspaces & bases for which you are the sole owner will be deleted. For all other workspaces & bases, you access permissions will be revoked.
- All the tokens associated with the account will be invalidated.
- You will be allowed to re-register with the same email address. However, you will require invite from the existing workspace owner to access the workspaces & bases. :::



