diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/docs.en.md b/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/docs.en.md index 0b88c81f..ebc894d4 100755 --- a/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/docs.en.md +++ b/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/docs.en.md @@ -22,75 +22,76 @@ The **User Self Service Center** is the place where you can manage your **Disroo ## Signing in Go to [https://user.disroot.org](https://user.disroot.org) and log in with your **Disroot** username and password. -![](../en/login.png) +![](en/login.png) Once you have logged in you will see the **dashboard**. -![](../en/dashboard.png) +![](en/dashboard.png) It is a quick access menu to the account settings and options which we will see in detail later on. ## Reseting your Password If for any reason, you have forgotten/lost your password, you can reset it through any of the methods described below. -![](../en/reset.gif) +![](en/reset.gif) 1. Go to [https://user.disroot.org](https://user.disroot.org) 2. Click on the "**Forgotten Password**" button 3. Type your username and then **Search** 4. Choose one of the methods - - **Secret Questions and Answers**: This method requires that you have previously configured the questions and that, of course, you remember the answers. If you choose this option, you will be prompted with the questions. *Please, note that the answers are case sensitive* + - **Secret Questions and Answers**: This method requires that you have previously configured the questions and that, of course, you remember the answers. If you choose this option, you will be prompted with the questions.
*Please, note that the answers are case sensitive* - **SMS/Email Verification**: This option allows you to request the password reset via a secondary email. This email should have been entered during the registration or prior to this process, otherwise the code will be sent to the address of the same account you are trying to reset. -!! ![](../en/note.png)
-!! We cannot reset your password.
-!! Remember that the account and its security is your responsibility so please, take all the necessary measures to keep it safe and secure. +!! #### NOTICE
+!! **We cannot reset your password. Remember that the account and its security is your responsibility so please, take all the necessary measures to keep it safe and secure.** +---- ## New User Registration Although the process is pretty simple, we will see it step by step. -When registering an account, please keep the following in mind: - -- Use the same device you fill out the form to open the verification link (otherwise, registration could fail). -- After 15 minutes the session expires and you will need to restart the process. -- If you are using TOR or a VPN and your IP has changed during the process, it will be considered as a security attack and therefore your session could get blocked. - -!! It is important to note that account requests are reviwed manually on a daily basis and therefore approval may take up to 48 hours. - -### Step by step registration -#### 01: The User Name -This will be the name of your account and email and cannot be modified after created it. Your account name will look like _username@disroot.org_ - -![](../en/reg_01.png) +!! **When registering an account, please keep the following in mind:** +!! - Use the same device you fill out the form to open the verification link (otherwise, registration could fail). +!! - After 15 minutes the session expires and you will need to restart the process. +!! - If you are using TOR or a VPN and your IP has changed during the process, it will be considered as a security attack and therefore your session could get blocked. -#### 02: The Screen Name +## Step by step registration +### 01: The User Name +This will be the name of your account and email and cannot be modified after created it. Your account name will look like _**username@disroot.org**_ + +![](en/reg_01.png) + + +### 02: The Screen Name The screen name is the name that will be displayed in services that requires login, like **Cloud** or **Email**. Usually it is the same as your username, but you can choose anything you want.
For example, your username could be _username_ and your screen name _User Name_. -![](../en/reg_02.png) +![](en/reg_02.png) -#### 03: The question -The verification question is intended to check that you are human, not a spam bot, and to keep spammers as far away as possible.
**Please, remember that the answer should meet the following requirements**: +### 03: The question +The verification question is intended to check that you are human, not a spam bot, and to keep spammers as far away as possible. -- It should be at least 150 characters long. -- It must be the answer to the question, nothing more. -- It cannot be a quote or a copy/paste from an external source. -- It can be in any language, though we suggest you to use English. -- It cannot contain specific or special characters from another language than English. This means you should avoid using accents or, for example, the letter ñ. +!! **The answer should meet the following requirements**: +!! - It should be at least 150 characters long. +!! - It must be the answer to the question, nothing more. +!! - It cannot be a quote or a copy/paste from an external source. +!! - It can be in any language, though we suggest you to use English. +!! - It cannot contain specific or special characters from another language than English. This means you should avoid using accents or, for example, the letter ñ. -![](../en/reg_03.png) +![](en/reg_03.png) -#### 04: The verification email +### 04: The verification email In order to complete the registration process, it is necessary to send you a verification code to a valid email. Also in this step, you can choose to use this same address for future password reset in case you need it. If you prefer not to do so, **remember to keep your password safe** as **this email address is removed from our database once the request is appoved/denied and we cannot reset it**. - - ![](../en/reg_04.png) +![](en/reg_04.png) Then enter your password twice, checking that it meets the password rules, and click the **Continue** button to finish. -And that's it! \0/ +And that's it! **\0/** + +!! #### NOTICE
+!! **Account requests are reviewed manually on a daily basis and therefore approval may take up to 48 hours.** diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/dashboard.png b/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/dashboard.png new file mode 100755 index 00000000..3604b9e7 Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/dashboard.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/login.png b/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/login.png similarity index 100% rename from pages/02.tutorials/01.User/01.Account/01.Administration/en/login.png rename to pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/login.png diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/reg_01.png b/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/reg_01.png similarity index 100% rename from pages/02.tutorials/01.User/01.Account/01.Administration/en/reg_01.png rename to pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/reg_01.png diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/reg_02.png b/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/reg_02.png similarity index 100% rename from pages/02.tutorials/01.User/01.Account/01.Administration/en/reg_02.png rename to pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/reg_02.png diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/reg_03.png b/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/reg_03.png similarity index 100% rename from pages/02.tutorials/01.User/01.Account/01.Administration/en/reg_03.png rename to pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/reg_03.png diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/reg_04.png b/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/reg_04.png similarity index 100% rename from pages/02.tutorials/01.User/01.Account/01.Administration/en/reg_04.png rename to pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/reg_04.png diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/reset.gif b/pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/reset.gif similarity index 100% rename from pages/02.tutorials/01.User/01.Account/01.Administration/en/reset.gif rename to pages/02.tutorials/01.User/01.Account/01.Administration/01.ussc/en/reset.gif diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/dashboard_pass.png b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/dashboard_pass.png deleted file mode 100644 index e6f26c5b..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/dashboard_pass.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/docs.en.md b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/docs.en.md index 7bcb15ce..f74a941d 100755 --- a/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/docs.en.md +++ b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/docs.en.md @@ -12,20 +12,46 @@ taxonomy: - account - management page-toc: - active: false + active: true --- # Change your password -![](dashboard_pass.png) +![](en/dashboard_pass.png) -Click on this option to change your current password. +#### Click on this option to change your current password. -!! ![](../en/note.png)
-!! Please read carefully the instructions and rules for changing the password and the additional steps needed to update your **Cloud** encryption key. +!! #### NOTICE
+!! **Please read carefully the instructions and rules for changing the password and the additional steps needed to update your Cloud encryption key.** -![](../en/pass_change_01.png) +![](en/pass_change.png) -!! ![](../en/note.png)
-!! Please also note that once you've changed your password you will need to make sure to change your encryption key in the **Cloud**, since all your files in **Nextcloud** are encrypted with a key that is generated from your password. +!! **Once you've changed your password you will also need to make sure to change your encryption key in the Nextcloud, since all your files in the Cloud are encrypted with a key that is generated from your password.** + +---- + +# Updating your encryption keys in the Cloud + +1. Go to [https://cloud.disroot.org](https://cloud.disroot.org) and log in with your username and new password. + + You will see this message at the top of the page: + + ![](en/invalid_encrypt.png) + +2. Go to the menu at the top right and select **Settings** + +![](en/settings_menu.png) + +3. From the left panel select **Security** and then on the right panel scroll down to **Basic encryption module** + + ![](en/invalid_encrypt_bem_pass.png) + +4. Enter your old password then the new one and finally click on the **Update Private Key Password** button + + ![](en/invalid_encrypt_bem_pass_2.png) + +5. Log out of the **Cloud**, log back in and that's it. Now your all your data in the **Cloud** is encrypted with your new encryption keys. + +!! #### NOTICE
+!! **Remember that if you lose your password, you will not be able to access your files in the cloud as they are encrypted, so even the server administrators cannot see their content.** diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/dashboard_pass.png b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/dashboard_pass.png new file mode 100755 index 00000000..df82b637 Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/dashboard_pass.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/invalid_encrypt.png b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/invalid_encrypt.png new file mode 100644 index 00000000..55436c12 Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/invalid_encrypt.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/invalid_encrypt_bem_pass.png b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/invalid_encrypt_bem_pass.png new file mode 100644 index 00000000..06dac26a Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/invalid_encrypt_bem_pass.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/invalid_encrypt_bem_pass_2.png b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/invalid_encrypt_bem_pass_2.png new file mode 100644 index 00000000..1137753b Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/invalid_encrypt_bem_pass_2.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/pass_change.png b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/pass_change.png new file mode 100644 index 00000000..6eb3beb7 Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/pass_change.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/settings_menu.png b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/settings_menu.png new file mode 100644 index 00000000..4d4c9b36 Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/en/settings_menu.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/thumb.png b/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/thumb.png deleted file mode 100755 index fc3340f7..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/02.password/thumb.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/dashboard_questions.png b/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/dashboard_questions.png deleted file mode 100644 index 92ffabb5..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/dashboard_questions.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/docs.en.md b/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/docs.en.md index 9c5981ed..71d51b9d 100755 --- a/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/docs.en.md +++ b/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/docs.en.md @@ -17,7 +17,7 @@ page-toc: # Setup your Security Questions -![](dashboard_questions.png) +![](en/dashboard_questions.png) In case you forget/lose your password, you can reset it without Admins intervention by setting the security questions first. To do it, click on this option. @@ -25,12 +25,12 @@ The proccess is pretty simple. - Click on ***Setup Security Questions***. - ![](../en/sec_qs_01.png) + ![](en/sec_qs_01.png) - Write the first question and its answer, then select the next two questions from the drop-down list and write the answers as well. - ![](../en/sec_qs_02.png) + ![](en/sec_qs_02.png) -- Once the answers meet the requirements, just click ***Save Answers***. +- Once the answers meet the requirements, just click **Save Answers** and finally **Continue** - ![](../en/sec_qs_03.png) + ![](en/sec_qs_03.png) diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/en/dashboard_questions.png b/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/en/dashboard_questions.png new file mode 100644 index 00000000..0351da3b Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/en/dashboard_questions.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/sec_qs_01.png b/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/en/sec_qs_01.png similarity index 100% rename from pages/02.tutorials/01.User/01.Account/01.Administration/en/sec_qs_01.png rename to pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/en/sec_qs_01.png diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/sec_qs_02.png b/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/en/sec_qs_02.png similarity index 100% rename from pages/02.tutorials/01.User/01.Account/01.Administration/en/sec_qs_02.png rename to pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/en/sec_qs_02.png diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/sec_qs_03.png b/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/en/sec_qs_03.png similarity index 100% rename from pages/02.tutorials/01.User/01.Account/01.Administration/en/sec_qs_03.png rename to pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/en/sec_qs_03.png diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/thumb.png b/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/thumb.png deleted file mode 100755 index a70e91b0..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/03.questions/thumb.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/dashboard_profile.png b/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/dashboard_profile.png deleted file mode 100644 index 318f0ad1..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/dashboard_profile.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/docs.en.md b/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/docs.en.md index 70a928a6..db4f378b 100755 --- a/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/docs.en.md +++ b/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/docs.en.md @@ -10,19 +10,19 @@ taxonomy: tags: - user - account - - management + - profile page-toc: - active: false + active: true --- # Update your Profile Whether it's to receive notifications or reset your password, you can add a secondary email address to your profile. You can also modify your screen name (the name that will appear on the services screens). -![](dashboard_profile.png) +![](en/dashboard_profile.png) Complete/update the information. -![](../en/profile_update.png) +![](en/profile_update.png) - **Screen Name**: this is the name you choose to identify yourself through different services that requires **Disroot** credentials. - **Notification Email**: the email address where you will receive important information related to your account. From time to time, you may also receive information about us, such as services or improvements announcements or the **Disroot** annual report. diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/en/dashboard_profile.png b/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/en/dashboard_profile.png new file mode 100644 index 00000000..e29ae74a Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/en/dashboard_profile.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/profile_update.png b/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/en/profile_update.png similarity index 100% rename from pages/02.tutorials/01.User/01.Account/01.Administration/en/profile_update.png rename to pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/en/profile_update.png diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/thumb.png b/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/thumb.png deleted file mode 100755 index a8944ce3..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/04.profile/thumb.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/dashboard_forms.png b/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/dashboard_forms.png deleted file mode 100644 index 1b55aaf1..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/dashboard_forms.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/docs.en.md b/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/docs.en.md index 9ef4faa3..19a37694 100755 --- a/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/docs.en.md +++ b/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/docs.en.md @@ -1,5 +1,5 @@ --- -title: 'Request Forms' +title: 'Requests Forms' published: true indexed: true visible: true @@ -10,16 +10,21 @@ taxonomy: tags: - user - account - - management + - forms page-toc: - active: flase + active: true --- # Custom Requests forms -From here you can access the forms to request additional email alias, link your personal domain or extra storage for your mailbox or cloud. -![](dashboard_forms.png) +![](en/dashboard_forms.png) -Just click on the option you need. +From here you can access the forms to request: +- Additional email alias +- Link your personal domain +- Request extra storage for your mailbox, or... +- Request extra storage for your **Cloud**. -![](../en/forms.png) +Just click on the option you need and the form will open for you to complete. + +![](en/forms.png) diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/en/dashboard_forms.png b/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/en/dashboard_forms.png new file mode 100644 index 00000000..d147f492 Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/en/dashboard_forms.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/en/forms.png b/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/en/forms.png new file mode 100644 index 00000000..45d52b4d Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/en/forms.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/thumb.png b/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/thumb.png deleted file mode 100755 index aa56a6a5..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/05.forms/thumb.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/dashboard_info.png b/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/dashboard_info.png deleted file mode 100644 index 57e681ee..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/dashboard_info.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/docs.en.md b/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/docs.en.md index 1e7ef27f..54fd10e9 100755 --- a/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/docs.en.md +++ b/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/docs.en.md @@ -10,14 +10,17 @@ taxonomy: tags: - user - account - - management + - information page-toc: - active: false + active: true --- # Your Account information + +![](en/dashboard_info.png) + Here you can find a summary of the **account and password information**, **the password policy** (the rules that a password must comply with) and the **history** of the password management. -![](dashboard_info.png) +![](en/account.png) -![](../en/account_01.png) +This section is merely informative. diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/account_01.png b/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/en/account.png similarity index 100% rename from pages/02.tutorials/01.User/01.Account/01.Administration/en/account_01.png rename to pages/02.tutorials/01.User/01.Account/01.Administration/06.info/en/account.png diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/en/dashboard_info.png b/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/en/dashboard_info.png new file mode 100644 index 00000000..ca232c4c Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/en/dashboard_info.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/thumb.png b/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/thumb.png deleted file mode 100755 index a7d6450c..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/06.info/thumb.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/dashboard_delete.png b/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/dashboard_delete.png deleted file mode 100644 index 2accc2bc..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/dashboard_delete.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/docs.en.md b/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/docs.en.md index 21a91bf1..0018b678 100755 --- a/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/docs.en.md +++ b/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/docs.en.md @@ -10,7 +10,7 @@ taxonomy: tags: - user - account - - management + - deletion page-toc: active: true --- @@ -18,12 +18,12 @@ page-toc: # Delete your account If for any reason you want to delete your account, just click this option. -![](dashboard_delete.png) +![](en/dashboard_delete.png) Once you're sure about deleting the account, check the **I Agree** box and finally **Delete**. -![](../en/delete.png) +![](en/delete.png) -!! ![](../en/note.png)
-!! **This process is irreversible.** Once confirmed, **you won't be able to log in** to your account or ask **to restore it** later.
-!! **All your remaining data will be deleted** within 48 hours, and **your current user name will not be available** when creating a new account. +!! #### NOTICE
+!! **This process is irreversible. Once confirmed, you won't be able to log in to your account or ask to restore it later.**
+!! **All your remaining data will be deleted within 48 hours, and your current user name will not be available when creating a new account.** diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/en/dashboard_delete.png b/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/en/dashboard_delete.png new file mode 100644 index 00000000..e91adac3 Binary files /dev/null and b/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/en/dashboard_delete.png differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/delete.png b/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/en/delete.png similarity index 100% rename from pages/02.tutorials/01.User/01.Account/01.Administration/en/delete.png rename to pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/en/delete.png diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/thumb.png b/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/thumb.png deleted file mode 100755 index bcfdf394..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/07.delete/thumb.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/docs.en.md b/pages/02.tutorials/01.User/01.Account/01.Administration/docs.en.md index a893e001..ed4b1c3d 100755 --- a/pages/02.tutorials/01.User/01.Account/01.Administration/docs.en.md +++ b/pages/02.tutorials/01.User/01.Account/01.Administration/docs.en.md @@ -20,7 +20,9 @@ page-toc: - [User Self-service Center](ussc) - Signing in - Reseting your password + - New user registration - [Change your password](password) + - Update your **Cloud** encryption key - [Setup your Security Questions](questions) - [Update your Profile](profile) - [Request forms](forms) diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/account.png b/pages/02.tutorials/01.User/01.Account/01.Administration/en/account.png deleted file mode 100755 index a7d6450c..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/en/account.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/change_pass.png b/pages/02.tutorials/01.User/01.Account/01.Administration/en/change_pass.png deleted file mode 100755 index fc3340f7..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/en/change_pass.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/dashboard.png b/pages/02.tutorials/01.User/01.Account/01.Administration/en/dashboard.png deleted file mode 100755 index be2b155a..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/en/dashboard.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/deletion.png b/pages/02.tutorials/01.User/01.Account/01.Administration/en/deletion.png deleted file mode 100755 index bcfdf394..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/en/deletion.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/forms.png b/pages/02.tutorials/01.User/01.Account/01.Administration/en/forms.png deleted file mode 100755 index bd09bb12..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/en/forms.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/note.png b/pages/02.tutorials/01.User/01.Account/01.Administration/en/note.png deleted file mode 100755 index e4ba6a4e..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/en/note.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/pass_change_01.png b/pages/02.tutorials/01.User/01.Account/01.Administration/en/pass_change_01.png deleted file mode 100755 index 56751aeb..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/en/pass_change_01.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/profile.png b/pages/02.tutorials/01.User/01.Account/01.Administration/en/profile.png deleted file mode 100755 index a8944ce3..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/en/profile.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/req_forms.png b/pages/02.tutorials/01.User/01.Account/01.Administration/en/req_forms.png deleted file mode 100755 index aa56a6a5..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/en/req_forms.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/security_qs.png b/pages/02.tutorials/01.User/01.Account/01.Administration/en/security_qs.png deleted file mode 100755 index a70e91b0..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/en/security_qs.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/01.Administration/en/time.png b/pages/02.tutorials/01.User/01.Account/01.Administration/en/time.png deleted file mode 100755 index d9fe71b1..00000000 Binary files a/pages/02.tutorials/01.User/01.Account/01.Administration/en/time.png and /dev/null differ diff --git a/pages/02.tutorials/01.User/01.Account/docsparent.de.md b/pages/02.tutorials/01.User/01.Account/docsparent.de.md deleted file mode 100644 index 11e64eca..00000000 --- a/pages/02.tutorials/01.User/01.Account/docsparent.de.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Account-Verwaltung -published: true -indexed: true -visible: true -updated: - last_modified: "July 2019" -taxonomy: - category: - - docs - tags: - - user -page-toc: - active: false ---- - -# Account-Verwaltung - -#### [Den eigenen Account verwalten](ussc/) - -#### [Email-Alias beantragen](alias-request) diff --git a/pages/02.tutorials/01.User/01.Account/docsparent.en.md b/pages/02.tutorials/01.User/01.Account/docsparent.en.md deleted file mode 100755 index f1ff1b73..00000000 --- a/pages/02.tutorials/01.User/01.Account/docsparent.en.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Account Administration -published: true -indexed: true -visible: true -updated: - last_modified: "June 2020" - app: User Self-Service Center -published: true -taxonomy: - category: - - docs - tags: - - user - - administration -page-toc: - active: false ---- - -# Account Administration diff --git a/pages/02.tutorials/01.User/01.Account/docsparent.es.md b/pages/02.tutorials/01.User/01.Account/docsparent.es.md deleted file mode 100644 index 482b02a5..00000000 --- a/pages/02.tutorials/01.User/01.Account/docsparent.es.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Administración de la Cuenta -published: true -indexed: true -visible: true -updated: - last_modified: "Julio 2019" -taxonomy: - category: - - docs - tags: - - usuarix - - administración -page-toc: - active: false ---- - -# Administración de la Cuenta - -#### [Administrar tu cuenta de Disroot](ussc/) - -#### [Solicitar Alias de correo](alias-request/) diff --git a/pages/02.tutorials/01.User/01.Account/docsparent.fr.md b/pages/02.tutorials/01.User/01.Account/docsparent.fr.md deleted file mode 100644 index 612b9908..00000000 --- a/pages/02.tutorials/01.User/01.Account/docsparent.fr.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Gestion du Compte -published: true -indexed: true -visible: true -updated: - last_modified: "July 2019" -taxonomy: - category: - - docs - tags: - - user - - administration -page-toc: - active: false ---- - -# Gestion du Compte - -#### [Gérer votre compte Disroot](ussc/) - -#### [Demander un alias email](alias-request) diff --git a/pages/02.tutorials/01.User/01.Account/docsparent.it.md b/pages/02.tutorials/01.User/01.Account/docsparent.it.md deleted file mode 100644 index 2bd1c44f..00000000 --- a/pages/02.tutorials/01.User/01.Account/docsparent.it.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Amministrazione dell'account -published: true -indexed: true -visible: true -updated: - last_modified: "July 2019" -taxonomy: - category: - - docs - tags: - - utente - - amministrazione -page-toc: - active: false ---- - -# Account Administration - -#### [Gestisci il tuo account Disroot](ussc/) - -#### [Richiedi un Alias email](alias-request) diff --git a/pages/02.tutorials/01.User/01.Account/thumb.png b/pages/02.tutorials/01.User/01.Account/thumb.png old mode 100755 new mode 100644 index b776b147..d63cdb4a Binary files a/pages/02.tutorials/01.User/01.Account/thumb.png and b/pages/02.tutorials/01.User/01.Account/thumb.png differ