GitBook: [#8] No subject

This commit is contained in:
Amruth Pillai
2023-01-19 13:23:01 +00:00
committed by gitbook-bot
parent 8980d1c8ac
commit e89603515f
6 changed files with 29 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -11,6 +11,7 @@
* [Filling resume data](tutorial/filling-resume-data.md) * [Filling resume data](tutorial/filling-resume-data.md)
* [Create a custom section](tutorial/create-a-custom-section.md) * [Create a custom section](tutorial/create-a-custom-section.md)
* [Exporting the resume](tutorial/exporting-the-resume.md) * [Exporting the resume](tutorial/exporting-the-resume.md)
* [Deleting your account](tutorial/deleting-your-account.md)
## Source Code ## Source Code

View File

@ -9,5 +9,5 @@ The source code to Reactive Resume is available on [GitHub](https://github.com/A
In this section, I'll be going through the steps on how you can build the project on your local machine (or the cloud). You can choose one of two paths from here: In this section, I'll be going through the steps on how you can build the project on your local machine (or the cloud). You can choose one of two paths from here:
* [Docker](docker.md) * [Docker](docker.md)
* Gitpod * [Gitpod](gitpod.md)
* [Local Build](local-build.md) * [Local Build](local-build.md)

View File

@ -0,0 +1,27 @@
---
description: >-
You can delete all of the data you have on Reactive Resume just as easily as
you created it.
---
# Deleting your account
**Here's how:**
* Once you are logged in to the app, click on your user avatar to open the context menu.
<figure><img src="../.gitbook/assets/Screenshot 2023-01-19 at 2.16.35 PM.png" alt=""><figcaption></figcaption></figure>
* Click on the menu item with your name on it to open the account management dialog.
<figure><img src="../.gitbook/assets/Screenshot 2023-01-19 at 2.18.21 PM.png" alt=""><figcaption></figcaption></figure>
* In the text box below, in the "Delete Account and Data" section, type the word \``delete`\` in lowercase to confirm deletion.
<figure><img src="../.gitbook/assets/Screenshot 2023-01-19 at 2.19.48 PM.png" alt=""><figcaption></figcaption></figure>
* Click on the "Delete Account" button and your resumes along with your user data will be wiped from Reactive Resume's database and you are free to create a new account with the same email/username, if you choose.
{% hint style="danger" %}
Please note that accounts that have been deleted have no way of recovery, and the data cannot be retrieved back.
{% endhint %}