Compare commits

..

7 Commits

Author SHA1 Message Date
keyfear 9cd3869051 fixes & additions to howto tutorial 2019-08-28 13:31:06 +03:00
Grigory Kirillov 6a3c418c8f add docs.ru.md to tut/ussc 2019-08-27 05:53:05 +03:00
Grigory Kirillov b3d40dae43 add docs.ru.md to tut/alias 2019-08-27 05:52:43 +03:00
Grigory Kirillov c1ec1b3b8b add docsparent.ru.md to tut/user/acc 2019-08-27 05:51:29 +03:00
Grigory Kirillov e4a966545f add docs.ru.md to tut/user/acc 2019-08-27 05:50:51 +03:00
Grigory Kirillov e3edb67e5a add docsparent.ru.md to tut/user 2019-08-27 05:49:39 +03:00
Grigory Kirillov c97be69e9f add index.ru.md to tutorials 2019-08-27 05:48:31 +03:00
2065 changed files with 5086 additions and 10826 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
# vagrant folder
vagrant/
themes/grav-theme-knowledge-base

View File

@ -1,79 +0,0 @@
![](disroot_h2_title.png)
# Disroot's How-tos & Translations
| [Disroot Howtos](https://howto.disroot.org) | [Disroot Website](https://disroot.org) |
----
This repository contains the **Disroot's Howto Project** files and the information to create, modify and translate those files.
The main objective of the **Disroot's Howto Project** is the creation, maintenance and accessibility of user guides, tutorials and configurations of the different services and software that the **Disroot** platform provides. And also provide the tools, instructions and procedures for anyone who wants to contribute by creating, modifying and translating these guides.
## Table of contents
* [Prerequisites](#prerequisites)
- Software required
- Gitea account
- Request access to our repository
- Setting your username and email
* [Creating / Translating Howto's](#creating-translating-howtos)
- Cloning the repository
- Creating / Translating instructions
* [License](#license)
----
## Prerequisites
In order to get a copy of the project on your local machine and start to work, you should follow these instructions.
### 01. Software required:
First of all, you need to have installed the following software.
- **git**<br>
A version control system for tracking the changes that are implemented to the howtos and translations as they're being written.<br>
[**What is git?**](https://en.wikipedia.org/wiki/Git) / [**Download & installation instructions**](https://git-scm.com/downloads) / [**Disroot's Git Basics Howto**](https://howto.disroot.org/en/contribute/git/how-to-use-git)
- A text editor with markdown format files support<br>
Suggested software: **Atom Text Editor**, a source code editor with git version control integrated.<br>
[**Download & installation instructions**](https://flight-manual.atom.io/getting-started/sections/installing-atom/)
### 02. Gitea account
In order to send changes you make to the howtos, whether translating, editing, or writing them, you need to have an account in a **Gitea** instance.
To register an account at the instance where our repository is, go [**here**](https://git.disroot.org/user/sign_up).
### 03. Request access to our repository
In order to be able to commit changes to **Disroot**'s git repository, you'll need to request access. This is done via our git project page
### 04. Setting your username and email
This is necessary to be able to send your work from your machine to the remote repository. To setup the git username and email
- open a terminal and start git<br>
`git init`<br>
- type and complete with your information the following commands:<br>
`git config --global user.email user@email`<br>
`git config --global user.name "User Name"`
## Creating / Translating Howto's
The process of creating or translating howtos is not difficult and requires only a bit of practice to learn.
The first thing to do is cloning the repository, this means making a local copy of the remote files. All the work will be done on this copy.
### Cloning the repository
A git repository is a project folder containing the files created or to be translated and the detailed track history of those changes.
To clone the repository, open a terminal in the directory you would like to clone the repository to. Once there you'll use the `git clone` command, an instruction to clone a repository by typing its address. In our case it would be:
`git clone https://git.disroot.org/Disroot/howto`
Once the repository has been copied to your hard drive you'll see a `howto` directory containing all the files of the project. It can be later moved to any place on your computer.
### Creating / Translating instructions
Once you have copied the repository to your machine, you can start creating, editing and/or translating by following the steps described in these guides:
- [Howto use git for **Disroot**'s Howtos](https://howto.disroot.org/en/contribute/git/how-to-use-git)<br>
- [**Disroot**'s Translation procedure](https://howto.disroot.org/en/contribute/translations_procedure)
## License
The **Disroot's Howto** documentation is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/)

View File

@ -1,79 +0,0 @@
![](disroot_h2_title.png)
# Guías/Tutoriales y Traducciones de Disroot
| [Disroot Guías](https://howto.disroot.org/es) | [Disroot Website](https://disroot.org/es) |
----
Este repositorio contiene los archivos del **Proyecto Howto de Disroot** y la información para crear, modificar y traducir esos archivos.
El principal objetivo del **Proyecto Howto de Disroot** es la creación, mantenimiento y accesibilidad de guías para usuarias y usuarios, tutoriales y configuraciones de los diferentes servicios y software que ofrece la plataforma **Disroot**. Y también proveer las herramientas, instrucciones y procedimientos para cualquiera que quiera contribuir creando, modificando y traduciendo estas guías.
## Contenidos
* [Requisitos](#requisitos)
- Software necesario
- Cuenta en una instancia **Gitea**
- Solicitar acceso a nuestros repositorios
- Configurar tu nombre de usuari@ y correo
* [Crear / Traducir Guías](#crear-traducir-guias)
- Clonar el repositorio
- Instrucciones para la Creación / Traducción
* [Licencia](#licencia)
----
## Requisitos
Para poder obtener una copia del proyecto en un máquina local y comenzar a trabajar, debes seguir estas instrucciones.
### 01. Software necesario:
Primero, necesitas tener instalado el siguiente software.
- **git**<br>
Un sistema de control de versiones para el seguimiento de los cambios que son implementados en las guías y las traducciones mientras están siendo escritas.<br>
[**¿Qué es git?**](https://es.wikipedia.org/wiki/Git) / [**Descarga**](https://git-scm.com/downloads) / [**Instrucciones de instalación**](https://git-scm.com/book/es/v1/Empezando-Instalando-Git) / [**Guía básica de uso de Git de Disroot**](https://howto.disroot.org/es/contribute/git/how-to-use-git)
- Un editor de texto con soporte para archivos con formato markdown<br>
Software sugerido: **Atom Text Editor**, un editor de código con control de versiones git integrado.<br>
[**Descarga e instrucciones de instalación**](https://flight-manual.atom.io/getting-started/sections/installing-atom/)
### 02. Cuenta en una instancia de Gitea
Para poder enviar los cambios que realizas a las guías, ya sea traduciendo, editando o escribiéndolas, necesitas tener una cuenta en una instancia de **Gitea**.
Para registrar una cuenta en la instancia donde están nuestros repositorios, ve [**aquí**](https://git.disroot.org/user/sign_up).
### 03. Solicitar acceso a nuestros repositorios
Para poder registrar cambios en los repositorios git de **Disroot**, necesitarás solicitar acceso. Esto se realiza desde la página de git de nuestro proyecto.
### 04. Configurar nombre de usuari@ y correo
Esto es necesario para poder enviar tu trabajo desde tu máquina local al repositorio remoto. Para configurar el nombre de usuari@ de git y el correo
- abre una terminal e inicia git<br>
`git init`<br>
- Tipea, y completa con tu información, los siguientes comandos:<br>
`git config --global user.email usuario@email`<br>
`git config --global user.name "Tu nombre de usuario"`
## Crear / Traducir guías
El proceso de creación o traducción de guías no es difícil y requiere solo un poco de práctica para aprender.
Lo primero que hay que hacer es clonar el repositorio, esto significa hacer una copia local de los archivos remotos. Todo el trabajo será realizado sobre esta copia.
### Clonar el repositorio
Un repositorio git es una carpeta de proyecto que contiene los archivos creados o a ser traducidos y el registro histórico detallado de los cambios.
Para clonar el repositorio, abre una terminal en el directorio donde te gustaría clonarlo. Una vez allí utilizarás el comando `git clone`, una instrucción para clonar un repositorio escribiendo su dirección. En nuestro caso sería:
`git clone https://git.disroot.org/Disroot/Howto`
Una vez que el repositorio ha sido copiado a nuestro disco duro, verás un directorio `howto` que contiene todos los archivos del proyecto. Luego se puede mover a cualquier lugar en tu computadora.
### Instrucciones para crear / traducir
Una vez que tengas copiado el repositorio en tu máquina, puedes comenzar a crear, editar y/o traducir siguiendo los pasos descritos en estas guías:
- [Cómo utilizar git para las guías de **Disroot**](https://howto.disroot.org/es/contribute/git/how-to-use-git)<br>
- [Procedimiento de **Disroot** para traducciones](https://howto.disroot.org/es/contribute/translations_procedure)
## Licencia
La documentación de **Disroot's Howto** está bajo una licencia [Atribución-CompartirIgual 4.0 Internacional de Creative Commons](https://creativecommons.org/licenses/by-sa/4.0/deed.es)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View File

@ -0,0 +1,53 @@
---
title: 'How-to: Dein Disroot Benutzer-Passwort ändern'
published: true
visible: true
indexed: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
page-toc:
active: true
---
# Selbstverwaltungscenter
Als Erstes musst Du Dich mit Deinen **Disroot**-Anmeldedaten im [Selbstverwaltungscenter](https://user.disroot.org) anmelden und die Option **change password** auswählen.
![](de/user.png)
![](de/change.png)
## Passwort ändern
Befolge die Regeln zur Passworterstellung und gibt Dein neues Passwort zweimal ein. Je grüner der Balken neben Deinem neuen Passwort dabei wird, umso sicherer ist es. Bestätige die Änderung mit der Enter-Taste oder durch Klicke auf ***Change Password***
![](de/change_pass_02.png)<br>
Wenn Du Dein Passwort geändert hast, solltest Du unbedingt noch Deinen Schlüssel zur Verschlüsselung in der **Cloud** ändern, da alle Deine Dateien in **Nextcloud** mit einem Schlüssel, der aus Deinem Passwort generiert wird, verschlüsselt sind. Nach der Passwortänderung passen also Schlüssel und Passwort nicht mehr zueinander.
# Nextclouds Verschlüsselungskey
1. Gehe zu **[https://cloud.disroot.org](https://cloud.disroot.org)** und melde Dich mit Deinem neuen Passwort an.
Du wirst eine gelbe Nachricht am oberen Rand der Seite sehen:<br>
![](de/invalid_pk.png)<br>
`Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.`
2. Klicke auf Deinen Namen in der oberen rechten Ecke und wähle **Personal** aus dem Menü.
3. Scrolle nach unten zu **Basic Encryption Module**, gib Dein altes und Dein neues Passwort ein und klicke auf **Update Private Key Password**.
![](de/bemodule.png)
4. Melde Dich von **Nextcloud** ab und wieder an und das war's. Du hast alles erledigt und kannst wieder auf Deine Dateien zugreifen.
![](de/note.png)<br> **WICHTIG**
|:--:|
Wenn Du Dein Passwort verlierst oder vergisst, hast Du **keine** Möglichkeit mehr, an Deine Dateien zu kommen, da diese verschlüsselt sind. Nicht mal die Server-Administratoren können den Inhalt Deiner Dateien sehen.

View File

@ -0,0 +1,38 @@
---
title: 'How-to change your Disroot user password'
published: true
visible: true
indexed: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
page-toc:
active: true
---
# Self Service Center
First you need to log in to the **Self Service Center** at https://user.disroot.org and choose to **change password**.
![](en/user.png)
![](en/change.png)
# Nextcloud's Encryption Key
Once you changed your password in the **Self Service Center** you will need to make sure to change your encryption key in **Nextcloud**, since all your files in **Nextcloud** are encrypted with a key that is generated from your password.
1. Go to **[https://cloud.disroot.org](https://cloud.disroot.org)** and log in with your new password.
You will see a yellow message on top of the page:<br>
`Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.`
2. Click on your name in the top right corner and select **Personal** from the menu.
3. Scroll down to **Nextcloud basic encryption module** and type in your old password and your new password and click **Update Private Key Password**.
4. Log out of **Nextcloud** and log back in and that's it, you're all set and can view your file again.
!! ![](en/note.png)
!! **NOTE!** If you lose your password, you won't be able to retrieve your files on the cloud as they're encrypted, so even the server administrators can't see their content.

View File

@ -0,0 +1,26 @@
---
title: 'Cómo cambiar tu contraseña de usuario de Disroot'
visible: true
published: true
taxonomy:
category:
- docs
---
Primero, necesitas acceder al **Centro de Autoservicio** en https://user.disroot.org y seleccionar **Cambiar contraseña**.
|![](en/user.png)|
|:--:|
|![](es/cambio.png)|
Una vez que hayas cambiado la contraseña, necesitarás asegurarte de cambiar tu clave de encriptado en **Nextcloud**, ya que tus archivos allí están encriptados con una clave generada a partir de tu contraseña.
1. Ve a **[https://cloud.disroot.org](https://cloud.disroot.org)** y accede con tu nueva contraseña.
Verás un mensaje amarillo en la parte superior de la página:
`Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.`
2. Haz click sobre tu nombre en la esquina superior derecha y selecciona la opción **Personal** del menú.
3. Deslízate hacia abajo hasta **Módulo de encriptado básico de Nextcloud** y escribe tu antigua contraseña y tu nueva contraseña y haz click en **Actualizar Clave Privada de Contraseña**.
4. Cierra la sesión de Nextcloud y vuelve a ingresar. Eso es todo. Ya estás listo y puedes ver tus archivos de nuevo.
|![](en/note.png) **AVISO**|
|:--:|
|Si pierdes tu contraseña, no podrás recuperar tus archivos en la nube ya que están encriptados, y tampoco los administradores del servidor pueden ver su contenido. |

View File

@ -0,0 +1,26 @@
---
title: 'Cómo cambiar tu contraseña de usuario de Disroot'
visible: true
published: true
taxonomy:
category:
- docs
---
Primero, necesitas acceder al **Centro de Autoservicio** en https://user.disroot.org y seleccionar **Cambiar contraseña**.
|![](en/user.png)|
|:--:|
|![](es/cambio.png)|
Una vez que hayas cambiado la contraseña, necesitarás asegurarte de cambiar tu clave de encriptado en **Nextcloud**, ya que tus archivos allí están encriptados con una clave generada a partir de tu contraseña.
1. Ve a **[https://cloud.disroot.org](https://cloud.disroot.org)** y accede con tu nueva contraseña.
Verás un mensaje amarillo en la parte superior de la página:
`Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.`
2. Haz click sobre tu nombre en la esquina superior derecha y selecciona la opción **Personal** del menú.
3. Deslízate hacia abajo hasta **Módulo de encriptado básico de Nextcloud** y escribe tu antigua contraseña y tu nueva contraseña y haz click en **Actualizar Clave Privada de Contraseña**.
4. Cierra la sesión de Nextcloud y vuelve a ingresar. Eso es todo. Ya estás listo y puedes ver tus archivos de nuevo.
|![](en/note.png) **AVISO**|
|:--:|
|Si pierdes tu contraseña, no podrás recuperar tus archivos en la nube ya que están encriptados, y tampoco los administradores del servidor pueden ver su contenido. |

View File

@ -0,0 +1,21 @@
---
title: 'Comment modifier votre mot de passe utilisateur disroot'
published: true
visible: true
taxonomy:
category:
- docs
---
Vous devez d'abord vous connecter au **Centre d'auto-service** à https://user.disroot.org et choisir de **changer de mot de passe**.
Une fois que vous avez changé votre mot de passe dans le Centre d'auto-service, vous devrez vous assurer de changer votre clé de chiffrement dans **Nextcloud**, puisque tous vos fichiers dans **Nextcloud** sont chiffrés avec une clé qui est générée à partir de votre mot de passe.
1. Rendez-vous sur https://cloud.disroot.org et connectez-vous avec votre nouveau mot de passe.
Vous verrez un message jaune en haut de la page:
Clé privée invalide pour l'application de chiffrement. S'il vous plaît mettez à jour le mot de passe de votre clé privée dans vos paramètres personnels afin de récupérer l'accès à vos fichiers chiffrés. `
2. Cliquez sur votre nom dans le coin supérieur droit et sélectionnez **Personnel** dans le menu.
3. Faites défiler jusqu' à **Module de chiffrement basique** et tapez votre ancien mot de passe et votre nouveau mot de passe, puis cliquez sur **Mise à jour du mot de passe de la clé privée**.
4. Déconnectez-vous de Nextcloud et reconnectez-vous et c'est tout - tout est réglé et vous pouvez voir votre fichier à nouveau.
CONSEIL: Si vous perdez votre mot de passe, vous ne pourrez pas récupérer vos fichiers sur Nextcloud car ils sont chiffrés de sorte que même les administrateurs du serveur ne puissent pas voir leur contenu.

View File

@ -0,0 +1,21 @@
---
title: 'Comment modifier votre mot de passe utilisateur disroot'
published: true
visible: true
taxonomy:
category:
- docs
---
Vous devez d'abord vous connecter au **Centre d'auto-service** à https://user.disroot.org et choisir de **changer de mot de passe**.
Une fois que vous avez changé votre mot de passe dans le Centre d'auto-service, vous devrez vous assurer de changer votre clé de chiffrement dans **Nextcloud**, puisque tous vos fichiers dans **Nextcloud** sont chiffrés avec une clé qui est générée à partir de votre mot de passe.
1. Rendez-vous sur https://cloud.disroot.org et connectez-vous avec votre nouveau mot de passe.
Vous verrez un message jaune en haut de la page:
Clé privée invalide pour l'application de chiffrement. S'il vous plaît mettez à jour le mot de passe de votre clé privée dans vos paramètres personnels afin de récupérer l'accès à vos fichiers chiffrés. `
2. Cliquez sur votre nom dans le coin supérieur droit et sélectionnez **Personnel** dans le menu.
3. Faites défiler jusqu' à **Module de chiffrement basique** et tapez votre ancien mot de passe et votre nouveau mot de passe, puis cliquez sur **Mise à jour du mot de passe de la clé privée**.
4. Déconnectez-vous de Nextcloud et reconnectez-vous et c'est tout - tout est réglé et vous pouvez voir votre fichier à nouveau.
CONSEIL: Si vous perdez votre mot de passe, vous ne pourrez pas récupérer vos fichiers sur Nextcloud car ils sont chiffrés de sorte que même les administrateurs du serveur ne puissent pas voir leur contenu.

View File

@ -0,0 +1,21 @@
---
title: 'Hogyan változtasd meg a Disroot jelszavad'
published: true
taxonomy:
category:
- docs
visible: true
---
Először be kell jelentkezned az **Önkiszolgáló központba** a https://user.disroot.org helyen és kiválasztanod, hogy **Jelszóváltoztatás**.
Amint megváltoztattad a jelszavadat az Önkiszolgáló központban, mindenképpen meg kell változtatnod a titkosítási kulcsot a **Nextcloud**ban, mivel az összes fájljaid az ownCloudban egy olyan kulccsal van titkosítva, amely a jelszavadból lett előállítva.
1. Nyisd meg a https://cloud.disroot.org címet és jelentkezz be az új jelszavaddal!
Látni fogsz egy sárga üzenetet az oldal tetején:
`A titkosítási privát kulcs érvénytelen. Kérlek, frissítsd a privát kulcshoz tartozó jelszót a személyes beállításoknál, hogy ismét hozzá tudj férni a titkosított fájljaidhoz!`
2. Kattints a nevedre a jobb felső sarokban és válaszd ki a **Személyes** menüpontot!
3. Görgess le az **Alap titkosítási modul**hoz, gépeld be a régi jelszavad és az új jelszavad, és kattints a **Privát kulcs jelszó frissítésé**re.
4. Jelentkezz ki a Nextcloudból, majd vissza be, és készen is vagy! Ismét meg tudod nézni a fájljaidat.
TIPP: Ha elveszíted a jelszavad, nem leszel képes visszaállítani a fájljaidat a Nextcloudon, mivel titkosítva vannak, így még a szerveradminisztrátorok sem láthatják a tartalmukat.

View File

@ -0,0 +1,20 @@
---
title: "Come modificare la password dell' utente disroot"
published: true
taxonomy:
category:
- docs
visible: true
---
In primo luogo, è necessario accedere alla **centro self-service** nella https://user.disroot.org e selezionare **cambiare password**.
Una volta che hai cambiato la password, sarà necessario assicurarsi di cambiare la chiave di crittografia in **Nextcloud**, poiché i file sono crittografati con una chiave generata dalla tua passphrase.
1. Vai su https://cloud.disroot.org e accedi inserendo la nuova password.
Verrà visualizzato un messaggio con sfondo giallo nella parte superiore della pagina:
`Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.`
2. Clicca sul tuo nome nell'angolo superiore destro e selezionare **Personale** dal menu.
3. Far scorrere verso il basso fino a **Modulo di crittografia di base Nextcloud** e digitare la vecchia password e la nuova password e fare clic su **Chiave privata di aggiornamento password**.
4. Si disconnette da Nextcloud e ritorni per entrare. Questo è tutto - ora è tutto pronto e si possono vedere i file nuovamente.
**Consiglio:** Se perdi la password, non sarà possibile recuperare i file in Nextcloud poiché sono criptati e anche gli amministratori di server possono visualizzarne il contenuto.

View File

@ -0,0 +1,20 @@
---
title: "Come modificare la password dell' utente disroot"
published: true
taxonomy:
category:
- docs
visible: true
---
In primo luogo, è necessario accedere alla **centro self-service** nella https://user.disroot.org e selezionare **cambiare password**.
Una volta che hai cambiato la password, sarà necessario assicurarsi di cambiare la chiave di crittografia in **Nextcloud**, poiché i file sono crittografati con una chiave generata dalla tua passphrase.
1. Vai su https://cloud.disroot.org e accedi inserendo la nuova password.
Verrà visualizzato un messaggio con sfondo giallo nella parte superiore della pagina:
`Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.`
2. Clicca sul tuo nome nell'angolo superiore destro e selezionare **Personale** dal menu.
3. Far scorrere verso il basso fino a **Modulo di crittografia di base Nextcloud** e digitare la vecchia password e la nuova password e fare clic su **Chiave privata di aggiornamento password**.
4. Si disconnette da Nextcloud e ritorni per entrare. Questo è tutto - ora è tutto pronto e si possono vedere i file nuovamente.
**Consiglio:** Se perdi la password, non sarà possibile recuperare i file in Nextcloud poiché sono criptati e anche gli amministratori di server possono visualizzarne il contenuto.

View File

@ -0,0 +1,20 @@
---
title: 'Como alterar a sua senha de utilizador do Disroot'
visible: true
published: true
taxonomy:
category:
- docs
---
Antes de mais você necessita de Iniciar Sessão no **Centro de Self Service** em https://user.disroot.org e escolher a opção **Mudar a senha**.
Assim que alterar a senha no Centro de Self Service terá que alterar também a chave de encriptação no **Nextcloud**, já que todos os seus ficheiros no Nextcloud são encriptados com uma chave que é gerada a partir da sua senha.
1. Vá a https://cloud.disroot.org e inicie a sessão com a sua nova senha.
Verá uma mensagem a amarelo no topo da página:
`Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.`
2. Carregue no botão "roda dentada" no canto superior direito e selecione **Personal** no menu.
3. Vá até à opção **Nextcloud basic encryption module**, insira a sua senha antiga e a sua nova senha e carregue **Atualizar a Palavra-passe da Chave Privada**.
4. Faça Log out do Nextcloud e volte a entrar, e é isso - está tudo pronto e pode ver os seus ficheiros novamente.
Dica: Se você perder a sua senha não será capaz de recuperar os seus ficheiros no Nextcloud pois eles estão encriptados de modo a que nem os administradores do serviço possam ver o seu conteúdo.

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View File

@ -0,0 +1,29 @@
---
title: 'How-to: Email-Alias beantragen'
published: true
indexed: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
page-toc:
active: false
---
# Email-Aliase beantragen
Aliase sind verfügbar für regelmäßige Unterstützer. Mit regelmäßigen Unterstützern meinen wir die Community-Mitglieder, die uns mindestens eine Tasse Kaffee im Monat "kaufen".
Es ist jetzt nicht so, dass wir hier Kaffee anpreisen wollen (tatsächlich ist Kaffee jedoch eine sehr griffige Analogie für [Ausbeutung und Ungleichheit](http://www.foodispower.org/coffee/)). Wir denken, das ist eine gute Möglichkeit, jeden selbst bestimmen zu lassen, wie viel er geben kann.
Nimm Dir ruhig Zeit, die Höhe Deines Beitrags abzuwägen.
Wenn Du uns einen **Rio de Janeiro**-Kaffee im Monat "kaufen" kannst, ist das OK. Wenn Du Dir jedoch einen *Doppelten entkoffeinierten Soja Frappuccino mit einem extra Shot und Sahne* im Monat leisten kannst, dann hilfst Du uns wirklich, die **Disroot**-Plattform am Laufen zu halten und sicherzugehen, dass sie frei zugänglich bleibt für andere Menschen mit weniger Mitteln.
Wir haben diese [Liste](https://www.caffesociety.co.uk/blog/the-cheapest-cities-in-the-world-for-a-cup-of-coffee) gefunden mit Kaffeepreisen rund um die Welt. Die Liste ist vielleicht nicht hundertprozentig korrekt oder gar tagesaktuell, aber Du hast in ihr einen guten Indikator für die verschiedenen Preise.
Um ein Alias zu beantragen, fülle bitte dieses [Formular](https://disroot.org/forms/alias-request-form) aus.

View File

@ -0,0 +1,29 @@
---
title: 'How-to request an email alias'
published: true
indexed: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
page-toc:
active: false
---
# Requesting Email aliases
Aliases are available for regular supporters. By regular supporters we mean those who "buy" us at least one cup of coffee a month.
It's not that we are promoting coffee (which is, actually, a very handy symbol for [exploitation and inequality](http://www.foodispower.org/coffee/)). We thought that is a good way to let people measure themselves how much they can give.
Please take time to consider your contribution.
If you can 'buy' us one cup of **Rio De Janeiro** coffee a month that's OK, but If you can afford a *Double Decaf Soy Frappuccino With An Extra Shot And Cream* a month, then you can really help us keep the **Disroot** platform running and make sure it is available for free for other people with less means.
We found this [list](https://www.caffesociety.co.uk/blog/the-cheapest-cities-in-the-world-for-a-cup-of-coffee) of coffee cup prices around the world, it might not be very accurate, but it gives a good indication of the different fares.
To request aliases you need to fill in this [form](https://disroot.org/forms/alias-request-form).

View File

@ -0,0 +1,19 @@
---
title: Cómo solicitar Alias de correo electrónico
published: true
visible: true
taxonomy:
category:
- docs
---
Los Alias están disponibles para donantes habituales. Con "donantes habituales" nos referimos a aquellos que nos "compran" por lo menos una taza de café al mes.<br>
No estamos promoviendo el café, que es en realidad un ejemplo muy claro respecto de lo que es [explotación e inequidad](http://thesourcefilm.com/) (http://www.foodispower.org/coffee/), en verdad, pensamos que es una buena manera de dejar a la gente mensurar por sí mismos cuánto pueden dar.<br>
Por favor, tómate el tiempo para considerar tu contribución. Si puedes 'comprarnos' una taza de café al mes en Río De Janeiro, eso está bien. Pero si puedes permitirte pagar un Café Doble Descafeinado Con Crema extra al mes, entonces puedes ayudarnos en serio a mantener la plataforma Disroot corriendo y a asegurar que esté disponible de manera gratuita para otras personas con menos recursos.
Encontramos esta [lista](https://www.caffesociety.co.uk/blog/the-cheapest-cities-in-the-world-for-a-cup-of-coffee) de precios de tazas de café alrededor del mundo, podría no ser muy precisa, pero da un buen indicio de los direfentes costos.
Para solicitar alias necesitas completar este [formulario](https://disroot.org/forms/alias-request-form).
Si lo que buscas es cómo configurar un alias de correo, entonces mira [aquí](/communication/email/alias)

View File

@ -0,0 +1,19 @@
---
title: Cómo solicitar Alias de correo electrónico
published: true
visible: true
taxonomy:
category:
- docs
---
Los Alias están disponibles para donantes habituales. Con "donantes habituales" nos referimos a aquellos que nos "compran" por lo menos una taza de café al mes.<br>
No estamos promoviendo el café, que es en realidad un ejemplo muy claro respecto de lo que es [explotación e inequidad](http://thesourcefilm.com/) (http://www.foodispower.org/coffee/), en verdad, pensamos que es una buena manera de dejar a la gente mensurar por sí mismos cuánto pueden dar.<br>
Por favor, tómate el tiempo para considerar tu contribución. Si puedes 'comprarnos' una taza de café al mes en Río De Janeiro, eso está bien. Pero si puedes permitirte pagar un Café Doble Descafeinado Con Crema extra al mes, entonces puedes ayudarnos en serio a mantener la plataforma Disroot corriendo y a asegurar que esté disponible de manera gratuita para otras personas con menos recursos.
Encontramos esta [lista](https://www.caffesociety.co.uk/blog/the-cheapest-cities-in-the-world-for-a-cup-of-coffee) de precios de tazas de café alrededor del mundo, podría no ser muy precisa, pero da un buen indicio de los direfentes costos.
Para solicitar alias necesitas completar este [formulario](https://disroot.org/forms/alias-request-form).
Si lo que buscas es cómo configurar un alias de correo, entonces mira [aquí](/communication/email/alias)

View File

@ -0,0 +1,17 @@
---
title: Comment demander un alias de courriel
published: true
visible: true
taxonomy:
category:
- docs
---
Des alias sont disponibles pour les sympathisants réguliers. Par sympathisants réguliers, nous entendons ceux qui nous "payent" au moins une tasse de café par mois.
Ce n'est pas que nous faisons la promotion du café, le café est en fait un symbole très pratique pour [l'exploitation et l'inégalité](http://thesourcefilm.com/) (http://www.foodispower.org/coffee/). Et nous pensons que c'était une bonne façon de permettre aux gens de mesurer eux-mêmes ce qu'ils peuvent donner.
Veuillez prendre le temps de réfléchir à votre contribution. Si vous pouvez nous "acheter" une tasse de café Rio De Janeiro par mois, c'est bien, mais si vous avez les moyens d'acheter un double décaféiné Frappuccino au soja avec un extra de crème par mois, alors vous pouvez vraiment nous aider à maintenir la plateforme Disroot en fonctionnement et vous assurer qu'elle est disponible gratuitement pour d'autres personnes avec moins de moyens.
Nous avons trouvé cette [liste](https://www.caffesociety.co.uk/blog/the-cheapest-cities-in-the-world-for-a-cup-of-coffee) des prix des tasses de café à travers le monde, elle n'est peut-être pas très précise, mais elle donne une bonne indication des différents tarifs.
Pour demander des alias, vous devez remplir ce [formulaire](https://disroot.org/forms/alias-request-form).

View File

@ -0,0 +1,17 @@
---
title: Comment demander un alias de courriel
published: true
visible: true
taxonomy:
category:
- docs
---
Des alias sont disponibles pour les sympathisants réguliers. Par sympathisants réguliers, nous entendons ceux qui nous "payent" au moins une tasse de café par mois.
Ce n'est pas que nous faisons la promotion du café, le café est en fait un symbole très pratique pour [l'exploitation et l'inégalité](http://thesourcefilm.com/) (http://www.foodispower.org/coffee/). Et nous pensons que c'était une bonne façon de permettre aux gens de mesurer eux-mêmes ce qu'ils peuvent donner.
Veuillez prendre le temps de réfléchir à votre contribution. Si vous pouvez nous "acheter" une tasse de café Rio De Janeiro par mois, c'est bien, mais si vous avez les moyens d'acheter un double décaféiné Frappuccino au soja avec un extra de crème par mois, alors vous pouvez vraiment nous aider à maintenir la plateforme Disroot en fonctionnement et vous assurer qu'elle est disponible gratuitement pour d'autres personnes avec moins de moyens.
Nous avons trouvé cette [liste](https://www.caffesociety.co.uk/blog/the-cheapest-cities-in-the-world-for-a-cup-of-coffee) des prix des tasses de café à travers le monde, elle n'est peut-être pas très précise, mais elle donne une bonne indication des différents tarifs.
Pour demander des alias, vous devez remplir ce [formulaire](https://disroot.org/forms/alias-request-form).

View File

@ -0,0 +1,17 @@
---
title: Hogyan igényelj alternatív domainneveket emailhez
published: true
visible: true
taxonomy:
category:
- docs
---
Az alternatív domainnevek a rendszeres támogatóinknak érhetőek el. Rendszeres támogatók alatt olyanokat értünk, akik havonta legalább egy csésze kávéra „hívnak meg” minket. Nem arról van szó, hogy a kávét reklámozzuk; a kávé igazából a [kihasználás és](http://thesourcefilm.com/) [egyenlőtlenség](http://www.foodispower.org/coffee/) találó jelképe. Azt gondoltuk, hogy ez egy jó módja annak, hogy le tudják mérni az emberek, mennyit tudnak adni.
Arra kérünk, fontold meg, hogy te is hozzájárulsz! Ha havonta „meg tudsz hívni” minket egy csésze Rio De Janeiró-i kávéra, rendben van, de ha tudsz fizetni nekünk havonta egy dupla koffeinmentes cappuccinót extra tejszínhabbal is, igazán segítesz a Disroot működtetésében és más, kevesebb pénzel rendelkezők számára is ingyenes marad.
Találtuk ezt a [listát](https://www.caffesociety.co.uk/blog/the-cheapest-cities-in-the-world-for-a-cup-of-coffee) a kávé árairól világszerte. Lehet, hogy nem nagyon pontos, de ki lehet saccolni belőle, hogy mennyibe kerülnek.
Az alternatív domainnevek igényléséhez ki kell töltened ezt az [űrlapot](https://disroot.org/forms/alias-request-form).

View File

@ -0,0 +1,17 @@
---
title: Hogyan igényelj alternatív domainneveket emailhez
published: true
visible: true
taxonomy:
category:
- docs
---
Az alternatív domainnevek a rendszeres támogatóinknak érhetőek el. Rendszeres támogatók alatt olyanokat értünk, akik havonta legalább egy csésze kávéra „hívnak meg” minket. Nem arról van szó, hogy a kávét reklámozzuk; a kávé igazából a [kihasználás és](http://thesourcefilm.com/) [egyenlőtlenség](http://www.foodispower.org/coffee/) találó jelképe. Azt gondoltuk, hogy ez egy jó módja annak, hogy le tudják mérni az emberek, mennyit tudnak adni.
Arra kérünk, fontold meg, hogy te is hozzájárulsz! Ha havonta „meg tudsz hívni” minket egy csésze Rio De Janeiró-i kávéra, rendben van, de ha tudsz fizetni nekünk havonta egy dupla koffeinmentes cappuccinót extra tejszínhabbal is, igazán segítesz a Disroot működtetésében és más, kevesebb pénzel rendelkezők számára is ingyenes marad.
Találtuk ezt a [listát](https://www.caffesociety.co.uk/blog/the-cheapest-cities-in-the-world-for-a-cup-of-coffee) a kávé árairól világszerte. Lehet, hogy nem nagyon pontos, de ki lehet saccolni belőle, hogy mennyibe kerülnek.
Az alternatív domainnevek igényléséhez ki kell töltened ezt az [űrlapot](https://disroot.org/forms/alias-request-form).

View File

@ -0,0 +1,17 @@
---
title: Come applicare l'Alias di posta elettronica
published: true
visible: true
taxonomy:
category:
- docs
---
Gli alias sono disponibili ai contributori regolari. Con "collaboratori regolari", ci riferiamo a coloro che ci "donano" almeno una tazza di caffè al mese.
Non stiamo promuovendo il caffè, che è in realtà un esempio a portata di mano su ciò che è [sfruttamento e disuguaglianza](http://thesourcefilm.com/) (http://www.foodispower.org/coffee/). E abbiamo pensato che è un buon modo per permettere alle persone di misurare se stessi quanto possono dare.
Si prega di prendere tempo per esaminare il vostro contributo. Se è possibile 'acquistare' noi una tazza di Rio De Janeiro caffè un mese che è OK, ma se potete permettervi un doppio decaffeinato Frappuccino con panna extra di soia al mese, quindi ci può davvero aiutare a mantenere la piattaforma Disroot in esecuzione e assicurarsi che sia disponibile gratuitamente per altre persone con meno mezzi.
Abbiamo trovato questa [lista](https://www.caffesociety.co.uk/blog/the-cheapest-cities-in-the-world-for-a-cup-of-coffee) di prezzi per tazze di caffè del mondo, potrebbe non essere molto accurato, ma dà una buona indicazione dei costi diversi.
Per richiedere alias è necessario per completare questo [modulo](https://disroot.org/forms/alias-request-form).

View File

@ -0,0 +1,17 @@
---
title: Come applicare l'Alias di posta elettronica
published: true
visible: true
taxonomy:
category:
- docs
---
Gli alias sono disponibili ai contributori regolari. Con "collaboratori regolari", ci riferiamo a coloro che ci "donano" almeno una tazza di caffè al mese.
Non stiamo promuovendo il caffè, che è in realtà un esempio a portata di mano su ciò che è [sfruttamento e disuguaglianza](http://thesourcefilm.com/) (http://www.foodispower.org/coffee/). E abbiamo pensato che è un buon modo per permettere alle persone di misurare se stessi quanto possono dare.
Si prega di prendere tempo per esaminare il vostro contributo. Se è possibile 'acquistare' noi una tazza di Rio De Janeiro caffè un mese che è OK, ma se potete permettervi un doppio decaffeinato Frappuccino con panna extra di soia al mese, quindi ci può davvero aiutare a mantenere la piattaforma Disroot in esecuzione e assicurarsi che sia disponibile gratuitamente per altre persone con meno mezzi.
Abbiamo trovato questa [lista](https://www.caffesociety.co.uk/blog/the-cheapest-cities-in-the-world-for-a-cup-of-coffee) di prezzi per tazze di caffè del mondo, potrebbe non essere molto accurato, ma dà una buona indicazione dei costi diversi.
Per richiedere alias è necessario per completare questo [modulo](https://disroot.org/forms/alias-request-form).

View File

@ -0,0 +1,16 @@
---
title: 'Como pedir um alias de email'
visible: true
published: true
taxonomy:
category:
- docs
---
Aliases de email estão disponíveis para apoiantes regulares. Com "apoiantes regulares" queremos dizer aqueles que nos "pagam" pelo menos um café por mês.
Não é que estejamos a promover o café, café é de facto um simbolo bastante à mão de [exploração](http://thesourcefilm.com/) [e inequidade](http://www.foodispower.org/coffee/). E pensámos que seria uma boa maneira de as pessoas terem uma medida sobre quanto querem dar.
Por favor tome o seu tempo a considerar a sua contribuição. Se apenas nos puder "pagar" um café do Rio de Janeiro por mês é ok, mas se você poder pagar um Frappuccino De Soja Duplo Descafeinado com Natas e um Shot Extra por mês, então você pode mesmo ajudar-nos a manter a platafora Disroot a funcionar e assegurar que esta se mantêm gratuita para outras pessoas com menos meios.
Encontrámos esta [lista](https://www.caffesociety.co.uk/blog/the-cheapest-cities-in-the-world-for-a-cup-of-coffee) de preços de uma chávena de café pelo mundo fora, pode não ser muito exacta, mas dá uma boa indicação dos differentes preços.
Para pedir aliases necessita de preencher este [formulário](https://disroot.org/forms/alias-request-form).

View File

@ -0,0 +1,16 @@
---
title: 'Como pedir um alias de email'
visible: true
published: true
taxonomy:
category:
- docs
---
Aliases de email estão disponíveis para apoiantes regulares. Com "apoiantes regulares" queremos dizer aqueles que nos "pagam" pelo menos um café por mês.
Não é que estejamos a promover o café, café é de facto um simbolo bastante à mão de [exploração](http://thesourcefilm.com/) [e inequidade](http://www.foodispower.org/coffee/). E pensámos que seria uma boa maneira de as pessoas terem uma medida sobre quanto querem dar.
Por favor tome o seu tempo a considerar a sua contribuição. Se apenas nos puder "pagar" um café do Rio de Janeiro por mês é ok, mas se você poder pagar um Frappuccino De Soja Duplo Descafeinado com Natas e um Shot Extra por mês, então você pode mesmo ajudar-nos a manter a platafora Disroot a funcionar e assegurar que esta se mantêm gratuita para outras pessoas com menos meios.
Encontrámos esta [lista](https://www.caffesociety.co.uk/blog/the-cheapest-cities-in-the-world-for-a-cup-of-coffee) de preços de uma chávena de café pelo mundo fora, pode não ser muito exacta, mas dá uma boa indicação dos differentes preços.
Para pedir aliases necessita de preencher este [formulário](https://disroot.org/forms/alias-request-form).

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,25 @@
---
title: 'How-to: Deinen Disroot-Account löschen'
published: true
indexed: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
page-toc:
active: false
---
# Einen Account löschen
Um Deinen **Disroot**-Account zu löschen, gehe zu [https://user.disroot.org](https://user.disroot.org) und melde Dich mit Deinen **Disroot**-Anmeldedaten an.
Wähle die Option **Delete My Account** und folge den Anweisungen. Wenn Du Dir wirklich sicher bist, dass Du Deinen Account löschen willst, setze den Haken bei **I Agree** und klicke schließlich ***Delete***.
![](de/note.png)<br> **WICHTIG!!!**
|:--:|
**Dieser Vorgang ist unumkehrbar.**<br>Einmal bestätigt, **kannst Du Dich nicht mehr in Deinem Account anmelden** oder später um eine **Wiederherstellung** bitten. **Alle Deine Daten** werden innerhalb von 48 Stunden **gelöscht** und **Dein aktueller Benutzername wird nicht zur Verfügung stehen**, wenn Du einen neuen Account erstellst.

View File

@ -0,0 +1,24 @@
---
title: 'How-to delete your Disroot account'
published: true
indexed: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
page-toc:
active: false
---
# Delete an Account
To delete your **Disroot** account, navigate to [https://user.disroot.org](https://user.disroot.org) and log in with your **Disroot** credentials.
Select the 'Delete my Account' box and continue as instructed.
!! ![](en/note.png)
!! **NOTE!** This process is irreversible. <br>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.

View File

@ -0,0 +1,15 @@
---
title: 'Cómo borrar tu cuenta de Disroot'
published: true
visible: true
taxonomy:
category:
- docs
---
Para borrar tu cuenta de Disroot, ve a https://user.disroot.org e ingresa con tus credenciales de Disroot.
Selecciona la casilla 'Eliminar mi Cuenta' y sigue las instrucciones.
Por favor, ten presente que ¡este proceso es irreversible! Una vez confirmado, no podrás conectarte a tu cuenta o después pedir que sea restaurada. Todos los datos serán borrados dentro de las siguientes 48 horas y tu nombre de usuario actual no estará disponible cuando crees una nueva cuenta.

View File

@ -0,0 +1,15 @@
---
title: 'Cómo borrar tu cuenta de Disroot'
published: true
visible: true
taxonomy:
category:
- docs
---
Para borrar tu cuenta de Disroot, ve a https://user.disroot.org e ingresa con tus credenciales de Disroot.
Selecciona la casilla 'Eliminar mi Cuenta' y sigue las instrucciones.
Por favor, ten presente que ¡este proceso es irreversible! Una vez confirmado, no podrás conectarte a tu cuenta o después pedir que sea restaurada. Todos los datos serán borrados dentro de las siguientes 48 horas y tu nombre de usuario actual no estará disponible cuando crees una nueva cuenta.

View File

@ -0,0 +1,15 @@
---
title: 'Comment supprimer votre compte disroot'
published: true
visible: true
taxonomy:
category:
- docs
---
Pour supprimer votre compte Disroot, rendez-vous sur https://user.disroot.org et connectez-vous avec vos identifiants Disroot.
Cochez la case 'Supprimer mon compte' et suivez les instructions.
S'il vous plaît notez : ce processus est irréversible ! Une fois confirmé, vous ne pourrez pas vous connecter à votre compte ou demander à le restaurer plus tard. Toutes vos données restantes seront supprimées dans les 48 heures et votre nom d'utilisateur actuel ne sera pas disponible lors de la création d'un nouveau compte.

View File

@ -0,0 +1,15 @@
---
title: 'Comment supprimer votre compte disroot'
published: true
visible: true
taxonomy:
category:
- docs
---
Pour supprimer votre compte Disroot, rendez-vous sur https://user.disroot.org et connectez-vous avec vos identifiants Disroot.
Cochez la case 'Supprimer mon compte' et suivez les instructions.
S'il vous plaît notez : ce processus est irréversible ! Une fois confirmé, vous ne pourrez pas vous connecter à votre compte ou demander à le restaurer plus tard. Toutes vos données restantes seront supprimées dans les 48 heures et votre nom d'utilisateur actuel ne sera pas disponible lors de la création d'un nouveau compte.

View File

@ -0,0 +1,15 @@
---
title: 'Hogyan töröld a Disroot fiókodat'
published: true
visible: true
taxonomy:
category:
- docs
---
To delete your Disroot navigate to https://user.disroot.org and log in with your Disroot credentials.
Select the 'Delete my Account' box and continue as instructed.
Please notice: This process is irreversible! Once confirmed you will not 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.

View File

@ -0,0 +1,15 @@
---
title: 'Hogyan töröld a Disroot fiókodat'
published: true
visible: true
taxonomy:
category:
- docs
---
To delete your Disroot navigate to https://user.disroot.org and log in with your Disroot credentials.
Select the 'Delete my Account' box and continue as instructed.
Please notice: This process is irreversible! Once confirmed you will not 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.

View File

@ -0,0 +1,15 @@
---
title: 'Come eliminare il tuo account da disroot'
published: true
visible: true
taxonomy:
category:
- docs
---
Per eliminare il tuo account Disroot, vai su https://user.disroot.org e accedi con le tue credenziali di Disroot.
Seleziona la casella "Cancella il mio account" e continua come indicato.
Si prega di notare: Questo processo è irreversibile! Una volta confermato non sarai in grado di accedere al tuo account o di chiederne il ripristino in un secondo momento. Tutti i tuoi dati rimanenti saranno cancellati entro 48 ore, e il tuo nome utente attuale non sarà disponibile quando crei un nuovo account.

View File

@ -0,0 +1,15 @@
---
title: 'Come eliminare il tuo account da disroot'
published: true
visible: true
taxonomy:
category:
- docs
---
Per eliminare il tuo account Disroot, vai su https://user.disroot.org e accedi con le tue credenziali di Disroot.
Seleziona la casella "Cancella il mio account" e continua come indicato.
Si prega di notare: Questo processo è irreversibile! Una volta confermato non sarai in grado di accedere al tuo account o di chiederne il ripristino in un secondo momento. Tutti i tuoi dati rimanenti saranno cancellati entro 48 ore, e il tuo nome utente attuale non sarà disponibile quando crei un nuovo account.

View File

@ -0,0 +1,14 @@
---
title: 'U disroot account verwijderen'
visible: true
published: true
taxonomy:
category:
- docs
---
Om uw Disroot-account te verwijderen navigeert u naar https://user.disroot.org en logt u in met uw Disroot-referenties.
Selecteer het vakje 'Mijn account verwijderen' en ga verder zoals aangegeven.
Let op: Dit proces is onomkeerbaar! Eenmaal bevestigd kunt u niet meer inloggen op uw account of vragen om het later te herstellen. Al uw overige gegevens worden binnen 48 uur verwijderd en uw huidige gebruikersnaam is niet beschikbaar bij het aanmaken van een nieuw account.

View File

@ -0,0 +1,14 @@
---
title: 'U disroot account verwijderen'
visible: true
published: true
taxonomy:
category:
- docs
---
Om uw Disroot-account te verwijderen navigeert u naar https://user.disroot.org en logt u in met uw Disroot-referenties.
Selecteer het vakje 'Mijn account verwijderen' en ga verder zoals aangegeven.
Let op: Dit proces is onomkeerbaar! Eenmaal bevestigd kunt u niet meer inloggen op uw account of vragen om het later te herstellen. Al uw overige gegevens worden binnen 48 uur verwijderd en uw huidige gebruikersnaam is niet beschikbaar bij het aanmaken van een nieuw account.

View File

@ -0,0 +1,15 @@
---
title: 'Como apagar a sua conta disroot'
visible: true
published: true
taxonomy:
category:
- docs
---
Para apagar a sua conta de utilizador vá a https://user.disroot.org faça login com as suas credenciais de utilizador Disroot.
Selecione a opção "Apagar a minha conta" e siga as instruções.
Por favor tem em conta que este processo é inrreversível!
Uma vez confirmada, você não será capaz de voltar a fazer login na sua conta ou pedir para a sua conta ser restaurada. Todos os seus dados e ficheiros serão apagados em 48 horas e o seu nome de utilizador actual não estará disponível para criar uma nova conta mais tarde.

View File

@ -0,0 +1,15 @@
---
title: 'Como apagar a sua conta disroot'
visible: true
published: true
taxonomy:
category:
- docs
---
Para apagar a sua conta de utilizador vá a https://user.disroot.org faça login com as suas credenciais de utilizador Disroot.
Selecione a opção "Apagar a minha conta" e siga as instruções.
Por favor tem em conta que este processo é inrreversível!
Uma vez confirmada, você não será capaz de voltar a fazer login na sua conta ou pedir para a sua conta ser restaurada. Todos os seus dados e ficheiros serão apagados em 48 horas e o seu nome de utilizador actual não estará disponível para criar uma nova conta mais tarde.

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,41 @@
---
title: "Hubzilla: Channel roles permissions table"
published: true
taxonomy:
category:
- docs
tags:
- Hubzilla
- DisHub
visible: true
page-toc:
active: false
---
| | | SOCIAL | | | | FORUM | | | FEED | |
|----|--------------------------------------------------------------------|--------------------------|--------------------------|-------------------------------------------------------------------|-------------------------------------------------------------------|--------------------------|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------|--------------------------|-------------------------------------------------------------------|
| # | INDIVIDUAL PERMISSION | Federation | Mostly Public | Restricted | Private | Mostly Public | Restricted | Private | Mostly Public | Restricted |
| 1 | Can view my channel stream and posts | Anyone* | Anyone* | My 'Friends' privacy group* | My 'Friends' privacy group* | Anyone* | My 'Friends' privacy group* | My 'Friends' privacy group* | Anyone* | My 'Friends' privacy group* |
| 2 | Can send me their channel stream and posts | My connections | My connections | My connections | My 'Friends' privacy group | Only if permission given | Only if permission given | Only if permission given + Posts only via wall (!mention is disabled) | My connections | My connections |
| 3 | Can view my "public" channel profile | Anyone* | Anyone* | Anyone* | Anyone* | Anyone* | Anyone* | Anyone | Anyone* | Anyone* |
| 4 | Can view my connections | Anyone* | Anyone* | Anyone* | My 'Friends' privacy group | Anyone* | Anyone* | My connections | Anyone* | Anyone* |
| 5 | Can view my file storage and photos | Anyone* | Anyone* | My 'Friends' privacy group* | My 'Friends' privacy group | Anyone* | My 'Friends' privacy group* | My 'Friends' privacy group | Anyone* | My 'Friends' privacy group |
| 6 | Can upload/modify my file storage and photos | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given |
| 7 | Can view my channel webpages | Anyone* | Anyone* | My 'Friends' privacy group | My 'Friends' privacy group | Anyone* | My 'Friends' privacy group* | My 'Friends' privacy group | Anyone* | My 'Friends' privacy group |
| 8 | Can view my wiki pages | Anyone* | Anyone* | My 'Friends' privacy group | My 'Friends' privacy group | Anyone* | My 'Friends' privacy group* | My 'Friends' privacy group | Anyone* | My 'Friends' privacy group |
| 9 | Can create/edit my channel webpages | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given |
| 10 | Can write to my wiki pages | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given |
| 11 | Can post on my channel (wall) page | My connections | My connections | My connections, but they won't see it, except if in Privacy group | My connections, but they won't see it, except if in Privacy group | My connections | My connections, but they won't see it, except if in Privacy group | My connections, but they won't see it, except if in Privacy group. They can't override that. | My connections | My connections, but they won't see it, except if in Privacy group |
| 12 | Can comment on or like my posts | Anyone connected* | My connections | My 'Friends' privacy group | My 'Friends' privacy group | My connections | My 'Friends' privacy group | My 'Friends' privacy group | My connections | My 'Friends' privacy group |
| 13 | Can send me private mail messages | Anyone connected* | My connections | My 'Friends' privacy group | My 'Friends' privacy group | My connections | My connections | My connections | My connections | My 'Friends' privacy group |
| 14 | Can like/dislike profiles and profile things | Anyone connected* | My connections | My connections | My connections | My connections | My connections | My connections | My connections | My connections |
| 15 | Can forward to all my channel connections via @+ mentions in posts | Only if permission given | Only if permission given | Only if permission given | Only if permission given | My connections | My 'Friends' privacy group | My 'Friends' privacy group | Only if permission given | Only if permission given |
| 16 | Can chat with me | Anyone connected* | My connections | My 'Friends' privacy group | Only if permission given | My connections | My connections | My connections | My connections | Only if permission given |
| 17 | Can source my public posts in derived channels | Anyone connected* | My connections | Only if permission given | Only if permission given | My connections | Only if permission given | Only if permission given | My connections | My connections |
| 18 | Can administer my channel | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given |
| # | VISIBILITY | | | | | | | | | |
| 1 | Listed in the directory | Anyone | Anyone | Anyone | No | Anyone | Anyone | No | Anyone | No |
| 2 | Your online presence | Anyone | Anyone | Anyone | No one | No one | No one | No one | No one | No one |
| # | OTHER | | | | | | | | | |
| 1 | New connections automatically added in "Friends" privacy group | No | No | Yes | Yes | No | Yes | Yes | No | Yes |
| 2 | New connections are approved automatically | No | No | No | No | Yes | No | No | Yes | No |

View File

@ -0,0 +1,460 @@
<!DOCTYPE html>
<html>
<head>
<style>
td
{
font-style:normal;
font-weight:bold;
font-family:Verdana,Arial,Helvetica,sans-serif;
text-align:center;
vertical-align:middle;
padding:0.2em 0.2em 0.1em 0.2em;
}
.permission_title{
font-size:2em;
color:rgb(255, 255, 255);
background-color:rgb(79,21,46);
border:0.05em solid rgb(0,0,0);
}
/* Channel_type = Social, Forum, etc. */
.channel_type{
font-size:1.5em;
color:rgb(255, 255, 255);
background-color:rgb(144,0,72);
border:0.05em solid rgb(0,0,0);
}
/* Channel_role = Federation, Mostly public, etc. */
.channel_role{
font-size:1em;
color:rgb(255, 255, 255);
background-color:rgb(255,64,87);
border:0.05em solid rgb(0,0,0);
padding:0.2em 0.2em 0.1em 0.2em;
}
/* Permission_type = Can view, can send, etc. */
.permission_type {
font-size:0.9em;
background-color:rgb(255, 255, 255);
text-align:left;
border:0.05em solid rgb(0,0,0);
}
.green{
font-size:0.8em;
background-color:rgb(26,150,65);
border:0.05em solid rgb(0,0,0);
}
.lighter_green{
font-size:0.8em;
background-color:rgb(166,217,106);
border:0.05em solid rgb(0,0,0);
}
.orange{
font-size:0.8em;
background-color:rgb(253,174,97);
border:0.05em solid rgb(0,0,0);
}
.yellow{
font-size:0.8em;
background-color:rgb(255,255,191);
border:0.05em solid rgb(0,0,0);
}
.red {
font-size:0.8em;
background-color:rgb(215,25,28);
border:0.05em solid rgb(0,0,0);
}
table {
border-collapse:collapse;
width: 80%;
}
</style>
</head>
<body>
<table><colgroup>
<col width="2.5%"></col>
<col width="20%"></col>
<col width="9%"></col>
<col width="9%"></col>
<col width="9%"></col>
<col width="9%"></col>
<col width="9%"></col>
<col width="9%"></col>
<col width="9%"></col>
<col width="7%"></col>
<col width="7%"></col>
</colgroup>
<tbody><tr><td width="2.5%" height="1"></td>
<td width="20%" height="1"></td>
<td width="9%" height="1"></td>
<td width="9%" height="1"></td>
<td width="9%" height="1"></td>
<td width="9%" height="1"></td>
<td width="9%" height="1"></td>
<td width="9%" height="1"></td>
<td width="9%" height="1"></td>
<td width="7%" height="1"></td>
<td width="7%" height="1"></td>
</tr>
<tr>
<td id="cell_A01" colspan="2" class="permission_title" style="text-align:left;"><img src="https://howto.disroot.org/user/pages/01.basics/en/disroot_logo.png" style="width:30%;height:30%;">
</td>
<td id="cell_A1" colspan="9" class="permission_title">PERMISSIONS ROLES</td>
</tr>
<tr><td id="cell_A2" colspan="2" class="permission_title">&nbsp;</td>
<td id="cell_C2" colspan="4" class="channel_type">SOCIAL</td>
<td id="cell_G2" colspan="3" class="channel_type">FORUM</td>
<td id="cell_J2" colspan="2" class="channel_type">FEED</td>
</tr>
<tr><td id="cell_A3" class="channel_role">#</td>
<td id="cell_B3" class="channel_role">Individual Permission</td>
<td id="cell_C3" class="channel_role">Federation</td>
<td id="cell_D3" class="channel_role">Mostly Public</td>
<td id="cell_E3" class="channel_role">Restricted</td>
<td id="cell_F3" class="channel_role">Private</td>
<td id="cell_G3" class="channel_role">Mostly Public</td>
<td id="cell_H3" class="channel_role">Restricted</td>
<td id="cell_I3" class="channel_role">Private</td>
<td id="cell_J3" class="channel_role">Mostly Public</td>
<td id="cell_K3" class="channel_role">Restricted</td>
</tr>
<tr><td id="cell_A4" class="permission_type" style="text-align:center;">1</td>
<td id="cell_B4" class="permission_type">Can view my channel stream and posts</td>
<td id="cell_C4" class="green">Anyone*</td>
<td id="cell_D4" class="green">Anyone*</td>
<td id="cell_E4" class="orange">My 'Friends' privacy group*</td>
<td id="cell_F4" class="orange">My 'Friends' privacy group*</td>
<td id="cell_G4" class="green">Anyone*</td>
<td id="cell_H4" class="orange">My 'Friends' privacy group*</td>
<td id="cell_I4" class="orange">My 'Friends' privacy group*</td>
<td id="cell_J4" class="green">Anyone*</td>
<td id="cell_K4" class="orange">My 'Friends' privacy group*</td>
</tr>
<tr><td id="cell_A5" class="permission_type" style="text-align:center;">2</td>
<td id="cell_B5" class="permission_type">Can send me their channel stream and posts</td>
<td id="cell_C5" class="yellow">My connections</td>
<td id="cell_D5" class="yellow">My connections</td>
<td id="cell_E5" class="yellow">My connections</td>
<td id="cell_F5" class="orange">My 'Friends' privacy group</td>
<td id="cell_G5" class="red">Only if permission given </td>
<td id="cell_H5" class="red">Only if permission given </td>
<td id="cell_I5" class="red">Only if permission given + Posts only via wall (!mention is disabled)</td>
<td id="cell_J5" class="yellow">My connections</td>
<td id="cell_K5" class="yellow">My connections</td>
</tr>
<tr><td id="cell_A6" class="permission_type" style="text-align:center;">3</td>
<td id="cell_B6" class="permission_type">Can view my &quot;public&quot; channel profile</td>
<td id="cell_C6" class="green">Anyone*</td>
<td id="cell_D6" class="green">Anyone*</td>
<td id="cell_E6" class="green">Anyone*</td>
<td id="cell_F6" class="green">Anyone*</td>
<td id="cell_G6" class="green">Anyone*</td>
<td id="cell_H6" class="green">Anyone*</td>
<td id="cell_I6" class="green">Anyone</td>
<td id="cell_J6" class="green">Anyone*</td>
<td id="cell_K6" class="green">Anyone*</td>
</tr>
<tr><td id="cell_A7" class="permission_type" style="text-align:center;">4</td>
<td id="cell_B7" class="permission_type">Can view my connections</td>
<td id="cell_C7" class="green">Anyone*</td>
<td id="cell_D7" class="green">Anyone*</td>
<td id="cell_E7" class="green">Anyone*</td>
<td id="cell_F7" class="orange">My 'Friends' privacy group</td>
<td id="cell_G7" class="orange">Anyone*</td>
<td id="cell_H7" class="green">Anyone*</td>
<td id="cell_I7" class="yellow">My connections</td>
<td id="cell_J7" class="green">Anyone*</td>
<td id="cell_K7" class="green">Anyone*</td>
</tr>
<tr><td id="cell_A8" class="permission_type" style="text-align:center;">5</td>
<td id="cell_B8" class="permission_type">Can view my file storage and photos</td>
<td id="cell_C8" class="green">Anyone*</td>
<td id="cell_D8" class="green">Anyone*</td>
<td id="cell_E8" class="orange">My 'Friends' privacy group*</td>
<td id="cell_F8" class="orange">My 'Friends' privacy group</td>
<td id="cell_G8" class="green">Anyone*</td>
<td id="cell_H8" class="orange">My 'Friends' privacy group*</td>
<td id="cell_I8" class="orange">My 'Friends' privacy group</td>
<td id="cell_J8" class="green">Anyone*</td>
<td id="cell_K8" class="orange">My 'Friends' privacy group</td>
</tr>
<tr><td id="cell_A9" class="permission_type" style="text-align:center;">6</td>
<td id="cell_B9" class="permission_type">Can upload/modify my file storage and photos</td>
<td id="cell_C9" class="red">Only if permission given </td>
<td id="cell_D9" class="red">Only if permission given </td>
<td id="cell_E9" class="red">Only if permission given </td>
<td id="cell_F9" class="red">Only if permission given </td>
<td id="cell_G9" class="red">Only if permission given </td>
<td id="cell_H9" class="red">Only if permission given </td>
<td id="cell_I9" class="red">Only if permission given </td>
<td id="cell_J9" class="red">Only if permission given </td>
<td id="cell_K9" class="red">Only if permission given </td>
</tr>
<tr><td id="cell_A10" class="permission_type" style="text-align:center;">7</td>
<td id="cell_B10" class="permission_type">Can view my channel webpages</td>
<td id="cell_C10" class="green">Anyone*</td>
<td id="cell_D10" class="green">Anyone*</td>
<td id="cell_E10" class="orange">My 'Friends' privacy group</td>
<td id="cell_F10" class="orange">My 'Friends' privacy group</td>
<td id="cell_G10" class="green">Anyone*</td>
<td id="cell_H10" class="orange">My 'Friends' privacy group*</td>
<td id="cell_I10" class="orange">My 'Friends' privacy group</td>
<td id="cell_J10" class="green">Anyone*</td>
<td id="cell_K10" class="orange">My 'Friends' privacy group</td>
</tr>
<tr><td id="cell_A11" class="permission_type" style="text-align:center;">8</td>
<td id="cell_B11" class="permission_type">Can view my wiki pages</td>
<td id="cell_C11" class="green">Anyone*</td>
<td id="cell_D11" class="green">Anyone*</td>
<td id="cell_E11" class="orange">My 'Friends' privacy group</td>
<td id="cell_F11" class="orange">My 'Friends' privacy group</td>
<td id="cell_G11" class="green">Anyone*</td>
<td id="cell_H11" class="orange">My 'Friends' privacy group*</td>
<td id="cell_I11" class="orange">My 'Friends' privacy group</td>
<td id="cell_J11" class="green">Anyone*</td>
<td id="cell_K11" class="orange">My 'Friends' privacy group</td>
</tr>
<tr><td id="cell_A12" class="permission_type" style="text-align:center;">9</td>
<td id="cell_B12" class="permission_type">Can create/edit my channel webpages</td>
<td id="cell_C12" class="red">Only if permission given </td>
<td id="cell_D12" class="red">Only if permission given </td>
<td id="cell_E12" class="red">Only if permission given </td>
<td id="cell_F12" class="red">Only if permission given </td>
<td id="cell_G12" class="red">Only if permission given </td>
<td id="cell_H12" class="red">Only if permission given </td>
<td id="cell_I12" class="red">Only if permission given </td>
<td id="cell_J12" class="red">Only if permission given </td>
<td id="cell_K12" class="red">Only if permission given </td>
</tr>
<tr><td id="cell_A13" class="permission_type" style="text-align:center;">10</td>
<td id="cell_B13" class="permission_type">Can write to my wiki pages</td>
<td id="cell_C13" class="red">Only if permission given </td>
<td id="cell_D13" class="red">Only if permission given </td>
<td id="cell_E13" class="red">Only if permission given </td>
<td id="cell_F13" class="red">Only if permission given </td>
<td id="cell_G13" class="red">Only if permission given </td>
<td id="cell_H13" class="red">Only if permission given </td>
<td id="cell_I13" class="red">Only if permission given </td>
<td id="cell_J13" class="red">Only if permission given </td>
<td id="cell_K13" class="red">Only if permission given </td>
</tr>
<tr><td id="cell_A14" class="permission_type" style="text-align:center;">11</td>
<td id="cell_B14" class="permission_type">Can post on my channel (wall) page</td>
<td id="cell_C14" class="yellow">My connections</td>
<td id="cell_D14" class="yellow">My connections</td>
<td id="cell_E14" class="yellow">My connections, but they won't see it, except if in Privacy group</td>
<td id="cell_F14" class="yellow">My connections, but they won't see it, except if in Privacy group</td>
<td id="cell_G14" class="yellow">My connections</td>
<td id="cell_H14" class="yellow">My connections, but they won't see it, except if in Privacy group</td>
<td id="cell_I14" class="yellow">My connections, but they won't see it, except if in Privacy group. They can't override that.</td>
<td id="cell_J14" class="yellow">My connections</td>
<td id="cell_K14" class="yellow">My connections, but they won't see it, except if in Privacy group</td>
</tr>
<tr><td id="cell_A15" class="permission_type" style="text-align:center;">12</td>
<td id="cell_B15" class="permission_type">Can comment on or like my posts</td>
<td id="cell_C15" class="lighter_green">Anyone connected*</td>
<td id="cell_D15" class="yellow">My connections</td>
<td id="cell_E15" class="orange">My 'Friends' privacy group</td>
<td id="cell_F15" class="orange">My 'Friends' privacy group</td>
<td id="cell_G15" class="yellow">My connections</td>
<td id="cell_H15" class="orange">My 'Friends' privacy group</td>
<td id="cell_I15" class="orange">My 'Friends' privacy group</td>
<td id="cell_J15" class="yellow">My connections</td>
<td id="cell_K15" class="orange">My 'Friends' privacy group</td>
</tr>
<tr><td id="cell_A16" class="permission_type" style="text-align:center;">13</td>
<td id="cell_B16" class="permission_type">Can send me private mail messages</td>
<td id="cell_C16" class="lighter_green">Anyone connected*</td>
<td id="cell_D16" class="yellow">My connections</td>
<td id="cell_E16" class="orange">My 'Friends' privacy group</td>
<td id="cell_F16" class="orange">My 'Friends' privacy group</td>
<td id="cell_G16" class="yellow">My connections</td>
<td id="cell_H16" class="yellow">My connections</td>
<td id="cell_I16" class="yellow">My connections</td>
<td id="cell_J16" class="yellow">My connections</td>
<td id="cell_K16" class="orange">My 'Friends' privacy group</td>
</tr>
<tr><td id="cell_A17" class="permission_type" style="text-align:center;">14</td>
<td id="cell_B17" class="permission_type">Can like/dislike profiles and profile things</td>
<td id="cell_C17" class="lighter_green">Anyone connected*</td>
<td id="cell_D17" class="yellow">My connections</td>
<td id="cell_E17" class="yellow">My connections</td>
<td id="cell_F17" class="yellow">My connections</td>
<td id="cell_G17" class="yellow">My connections</td>
<td id="cell_H17" class="yellow">My connections</td>
<td id="cell_I17" class="yellow">My connections</td>
<td id="cell_J17" class="yellow">My connections</td>
<td id="cell_K17" class="yellow">My connections</td>
</tr>
<tr><td id="cell_A18" class="permission_type" style="text-align:center;">15</td>
<td id="cell_B18" class="permission_type">Can forward to all my channel connections via @+ mentions in posts</td>
<td id="cell_C18" class="red">Only if permission given </td>
<td id="cell_D18" class="red">Only if permission given </td>
<td id="cell_E18" class="red">Only if permission given </td>
<td id="cell_F18" class="red">Only if permission given </td>
<td id="cell_G18" class="yellow">My connections</td>
<td id="cell_H18" class="orange">My 'Friends' privacy group</td>
<td id="cell_I18" class="orange">My 'Friends' privacy group</td>
<td id="cell_J18" class="red">Only if permission given </td>
<td id="cell_K18" class="red">Only if permission given </td>
</tr>
<tr><td id="cell_A19" class="permission_type" style="text-align:center;">16</td>
<td id="cell_B19" class="permission_type">Can chat with me</td>
<td id="cell_C19" class="lighter_green">Anyone connected*</td>
<td id="cell_D19" class="yellow">My connections</td>
<td id="cell_E19" class="orange">My 'Friends' privacy group</td>
<td id="cell_F19" class="red">Only if permission given </td>
<td id="cell_G19" class="yellow">My connections</td>
<td id="cell_H19" class="yellow">My connections</td>
<td id="cell_I19" class="yellow">My connections</td>
<td id="cell_J19" class="yellow">My connections</td>
<td id="cell_K19" class="red">Only if permission given </td>
</tr>
<tr><td id="cell_A20" class="permission_type" style="text-align:center;">17</td>
<td id="cell_B20" class="permission_type">Can source my public posts in derived channels</td>
<td id="cell_C20" class="lighter_green">Anyone connected*</td>
<td id="cell_D20" class="yellow">My connections</td>
<td id="cell_E20" class="red">Only if permission given </td>
<td id="cell_F20" class="red">Only if permission given </td>
<td id="cell_G20" class="yellow">My connections</td>
<td id="cell_H20" class="red">Only if permission given </td>
<td id="cell_I20" class="red">Only if permission given </td>
<td id="cell_J20" class="yellow">My connections</td>
<td id="cell_K20" class="yellow">My connections</td>
</tr>
<tr><td id="cell_A21" class="permission_type" style="text-align:center;">18</td>
<td id="cell_B21" class="permission_type">Can administer my channel</td>
<td id="cell_C21" class="red">Only if permission given </td>
<td id="cell_D21" class="red">Only if permission given </td>
<td id="cell_E21" class="red">Only if permission given </td>
<td id="cell_F21" class="red">Only if permission given </td>
<td id="cell_G21" class="red">Only if permission given </td>
<td id="cell_H21" class="red">Only if permission given </td>
<td id="cell_I21" class="red">Only if permission given </td>
<td id="cell_J21" class="red">Only if permission given </td>
<td id="cell_K21" class="red">Only if permission given </td>
</tr>
<tr><td id="cell_A22" class="channel_role">#</td>
<td id="cell_B22" class="channel_role">VISIBILITY</td>
<td id="cell_C22" class="channel_role">Federation</td>
<td id="cell_D22" class="channel_role">Mostly Public</td>
<td id="cell_E22" class="channel_role">Restricted</td>
<td id="cell_F22" class="channel_role">Private</td>
<td id="cell_G22" class="channel_role">Mostly Public</td>
<td id="cell_H22" class="channel_role">Restricted</td>
<td id="cell_I22" class="channel_role">Private</td>
<td id="cell_J22" class="channel_role">Mostly Public</td>
<td id="cell_K22" class="channel_role">Restricted</td>
</tr>
<tr><td id="cell_A23" class="permission_type">1</td>
<td id="cell_B23" class="permission_type">Listed in the directory</td>
<td id="cell_C23" class="green">Anyone</td>
<td id="cell_D23" class="green">Anyone</td>
<td id="cell_E23" class="green">Anyone</td>
<td id="cell_F23" class="red">No</td>
<td id="cell_G23" class="green">Anyone</td>
<td id="cell_H23" class="green">Anyone</td>
<td id="cell_I23" class="red">No</td>
<td id="cell_J23" class="green">Anyone</td>
<td id="cell_K23" class="red">No</td>
</tr>
<tr><td id="cell_A24" class="permission_type">2</td>
<td id="cell_B24" class="permission_type">Your online presence</td>
<td id="cell_C24" class="green">Anyone</td>
<td id="cell_D24" class="green">Anyone</td>
<td id="cell_E24" class="green">Anyone</td>
<td id="cell_F24" class="red">No one</td>
<td id="cell_G24" class="red">No one</td>
<td id="cell_H24" class="red">No one</td>
<td id="cell_I24" class="red">No one</td>
<td id="cell_J24" class="red">No one</td>
<td id="cell_K24" class="red">No one</td>
</tr>
<tr><td id="cell_A25" class="channel_role">#</td>
<td id="cell_B25" class="channel_role">OTHER</td>
<td id="cell_C25" class="channel_role">Federation</td>
<td id="cell_D25" class="channel_role">Mostly Public</td>
<td id="cell_E25" class="channel_role">Restricted</td>
<td id="cell_F25" class="channel_role">Private</td>
<td id="cell_G25" class="channel_role">Mostly Public</td>
<td id="cell_H25" class="channel_role">Restricted</td>
<td id="cell_I25" class="channel_role">Private</td>
<td id="cell_J25" class="channel_role">Mostly Public</td>
<td id="cell_K25" class="channel_role">Restricted</td>
</tr>
<tr><td id="cell_A26" class="permission_type">1</td>
<td id="cell_B26" class="permission_type">New connections automatically added in &quot;Friends&quot; privacy group</td>
<td id="cell_C26" class="green">No</td>
<td id="cell_D26" class="green">No</td>
<td id="cell_E26" class="red">Yes</td>
<td id="cell_F26" class="red">Yes</td>
<td id="cell_G26" class="green">No</td>
<td id="cell_H26" class="red">Yes</td>
<td id="cell_I26" class="red">Yes</td>
<td id="cell_J26" class="green">No</td>
<td id="cell_K26" class="red">Yes</td>
</tr>
<tr><td id="cell_A27" class="permission_type">2</td>
<td id="cell_B27" class="permission_type">New connections are approved automatically</td>
<td id="cell_C27" class="red">No</td>
<td id="cell_D27" class="red">No</td>
<td id="cell_E27" class="red">No</td>
<td id="cell_F27" class="red">No</td>
<td id="cell_G27" class="green">Yes</td>
<td id="cell_H27" class="red">No</td>
<td id="cell_I27" class="red">No</td>
<td id="cell_J27" class="green">Yes</td>
<td id="cell_K27" class="red">No</td>
</tr>
<tr><td id="cell_A28" style="font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_B28" style="font-weight:bold;font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_C28" style="font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_D28" style="font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_E28" style="font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_F28" style="font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_G28" style="font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_H28" style="font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_I28" style="font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_J28" style="font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_K28" style="font-size:small;text-align:left;">&nbsp;</td>
</tr>
<tr><td id="cell_A29" colspan="9" style="font-size:small;text-align:left;">*: means that this permission is inherited from channel role and can't be modified. Everything else can be modified</td>
</tr>
<tr><td></td></tr>
<tr><td id="cell_A31" style="font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_B31" class="green">Public, anyone can see or act</td>
</tr>
<tr><td id="cell_A32" style="font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_B32" class="lighter_green"> Public, anyone connected can see or act</td>
</tr>
<tr><td id="cell_A33" style="font-weight:bold;font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_B33" class="yellow">Public, connections can see or act</td>
</tr>
<tr><td id="cell_A34" style="font-weight:bold;font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_B34" class="orange"> Partialy private, Friends group can see or act</td>
</tr>
<tr><td id="cell_A35" style="font-weight:bold;font-size:small;text-align:left;">&nbsp;</td>
<td id="cell_B35" class="red">Private, only those permitted car view or act</td>
</tr>
<tr><td id="cell_A36" style="font-weight:bold;font-size:small;text-align:left;">&nbsp;</td>
</tr>
<tr><td id="cell_A37" style="font-weight:bold;font-size:small;background-color:rgb(255, 255, 255);text-align:left;">Important:</td>
</tr>
<tr>
<td id="cell_A38" colspan="9" style="font-weight:bold;font-size:small;background-color:rgb(255, 255, 255);text-align:left;">- Changing from an opened channel role to a more restricted one doesn't change the permissions already set. 'For ex, viewing photo is for Friends privacy group in Social / Restricted. However, if a folder of picture was created before while the channel was set to Social / Federation role, then this folder and its files can be seen by anyone. But creating a new folder will get the new channel role, so for this example visible only to Friends privacy group</td>
</tr>
<tr><td id="cell_A39" colspan="9" style="font-weight:bold;font-size:small;background-color:rgb(255, 255, 255);text-align:left;">- Even if your posts are private by default (for example with Forum - Restricted) you can still choose to post &quot;public&quot;</td>
</tr></tbody></table>
</body>
</html>

View File

@ -0,0 +1,42 @@
---
title: Channel roles
updated:
published: true
taxonomy:
category:
- docs
tags:
- Hubzilla
- DisHub
visible: true
page-toc:
active: false
---
| | | SOCIAL | | | | FORUM | | | FEED | |
|----|--------------------------------------------------------------------|--------------------------|--------------------------|-------------------------------------------------------------------|-------------------------------------------------------------------|--------------------------|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------|--------------------------|-------------------------------------------------------------------|
| # | INDIVIDUAL PERMISSION | Federation | Mostly Public | Restricted | Private | Mostly Public | Restricted | Private | Mostly Public | Restricted |
| 1 | Can view my channel stream and posts | Anyone* | Anyone* | My 'Friends' privacy group* | My 'Friends' privacy group* | Anyone* | My 'Friends' privacy group* | My 'Friends' privacy group* | Anyone* | My 'Friends' privacy group* |
| 2 | Can send me their channel stream and posts | My connections | My connections | My connections | My 'Friends' privacy group | Only if permission given | Only if permission given | Only if permission given + Posts only via wall (!mention is disabled) | My connections | My connections |
| 3 | Can view my "public" channel profile | Anyone* | Anyone* | Anyone* | Anyone* | Anyone* | Anyone* | Anyone | Anyone* | Anyone* |
| 4 | Can view my connections | Anyone* | Anyone* | Anyone* | My 'Friends' privacy group | Anyone* | Anyone* | My connections | Anyone* | Anyone* |
| 5 | Can view my file storage and photos | Anyone* | Anyone* | My 'Friends' privacy group* | My 'Friends' privacy group | Anyone* | My 'Friends' privacy group* | My 'Friends' privacy group | Anyone* | My 'Friends' privacy group |
| 6 | Can upload/modify my file storage and photos | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given |
| 7 | Can view my channel webpages | Anyone* | Anyone* | My 'Friends' privacy group | My 'Friends' privacy group | Anyone* | My 'Friends' privacy group* | My 'Friends' privacy group | Anyone* | My 'Friends' privacy group |
| 8 | Can view my wiki pages | Anyone* | Anyone* | My 'Friends' privacy group | My 'Friends' privacy group | Anyone* | My 'Friends' privacy group* | My 'Friends' privacy group | Anyone* | My 'Friends' privacy group |
| 9 | Can create/edit my channel webpages | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given |
| 10 | Can write to my wiki pages | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given |
| 11 | Can post on my channel (wall) page | My connections | My connections | My connections, but they won't see it, except if in Privacy group | My connections, but they won't see it, except if in Privacy group | My connections | My connections, but they won't see it, except if in Privacy group | My connections, but they won't see it, except if in Privacy group. They can't override that. | My connections | My connections, but they won't see it, except if in Privacy group |
| 12 | Can comment on or like my posts | Anyone connected* | My connections | My 'Friends' privacy group | My 'Friends' privacy group | My connections | My 'Friends' privacy group | My 'Friends' privacy group | My connections | My 'Friends' privacy group |
| 13 | Can send me private mail messages | Anyone connected* | My connections | My 'Friends' privacy group | My 'Friends' privacy group | My connections | My connections | My connections | My connections | My 'Friends' privacy group |
| 14 | Can like/dislike profiles and profile things | Anyone connected* | My connections | My connections | My connections | My connections | My connections | My connections | My connections | My connections |
| 15 | Can forward to all my channel connections via @+ mentions in posts | Only if permission given | Only if permission given | Only if permission given | Only if permission given | My connections | My 'Friends' privacy group | My 'Friends' privacy group | Only if permission given | Only if permission given |
| 16 | Can chat with me | Anyone connected* | My connections | My 'Friends' privacy group | Only if permission given | My connections | My connections | My connections | My connections | Only if permission given |
| 17 | Can source my public posts in derived channels | Anyone connected* | My connections | Only if permission given | Only if permission given | My connections | Only if permission given | Only if permission given | My connections | My connections |
| 18 | Can administer my channel | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given | Only if permission given |
| # | VISIBILITY | | | | | | | | | |
| 1 | Listed in the directory | Anyone | Anyone | Anyone | No | Anyone | Anyone | No | Anyone | No |
| 2 | Your online presence | Anyone | Anyone | Anyone | No one | No one | No one | No one | No one | No one |
| # | OTHER | | | | | | | | | |
| 1 | New connections automatically added in "Friends" privacy group | No | No | Yes | Yes | No | Yes | Yes | No | Yes |
| 2 | New connections are approved automatically | No | No | No | No | Yes | No | No | Yes | No |

View File

@ -1,20 +0,0 @@
---
title: Home
content:
items:
'@taxonomy':
category: [topic]
order:
by: default
dir: asc
pagination: true
---
### Willkommen im Disroot How-to-Bereich
Das Hauptziel dieses Bereichs ist es Dir zu helfen, Dich in den verschiedenen Services von **Disroot** zurecht zu finden.
Alle Services, mit allen von **Disroot** angebotenen Features, für alle Plattformen und/oder Betriebssysteme abzudecken ist ein sehr ambitioniertes und zeitfressendes Projekt, das eine Menge Arbeit erfordert. Da wir der Meinung sind, dass es vorteilhaft nicht nur für unsere Nutzer (Disrooter) sondern für die Gesamtheit der **Freie Software** und **quelloffenen** Gemeinschaften sein könnte, gleiche oder ähnliche Software zu betreiben, ist jede Hilfe von Disrootern jederzeit notwendig und willkommen.<br>
Also, wenn Du denkst, dass hier ein Tutorial fehlt, die Informationen sind nicht korrekt oder könnten verbessert werden, kontaktier uns bitte oder (noch besser) fang' an, selbst ein How-to zu schreiben,<br>
Um mehr über die verschiedenen Möglichkeiten der Mitwirkung zu erfahren, sieh Dir bitte diesen [Bereich](/contribute) an.

View File

@ -14,8 +14,12 @@ content:
The main goal of this site is to help you find your way around the various **Disroot** services.
To cover all the services, with all its **Disroot**'s provided features, for all platforms and/or Operating Systems it's a very ambitious and time consuming project that requires a lot of work. And because we think it could be beneficial not only for our users (disrooters) but the entire **Free Software** and **Open Source** communities running the same or similar software, any help from disrooters is always needed and welcome.<br>
So, if you think there's a missing tutorial, the information is not accurate or could be improved, please contact us and (even better) start writing a how-to yourself.<br>
To cover all the services, with all it's **Disroot**'s provided features, for all platforms and/or Operating Systems it's a very ambitious and time consuming project that requires a lot of work. We think it could be beneficial not only for our users (disrooters) but the entire Free Software and Open Source community running the same or similar software.
To know the different ways you can contribute, please check this [section](/contribute).
In order to do so, any help from disrooters is always needed and welcome. So, if you think there's a missing tutorial, the information is not accurate or could be improve, please contact us or (even better) start writing a how-to yourself.<br>
We use **[Git](https://en.wikipedia.org/wiki/Git)**, so you could just submit a "pull request" to our repository. If you're not familiar with this tool, you can submit changes or suggestions via etherpad or email. [**Here**](/contribute/git) there's a very simple git how-to.<br>
In addition, we're building a glossary to help everyone not familiar with some terms and concepts. You can find it [here](/glossary).
Let's start...

View File

@ -10,11 +10,16 @@ content:
pagination: true
---
### Bienvenidxs al sitio de Guías y Tutoriales de Disroot.
### Bienvenid@s al sitio de Guías y Tutoriales de Disroot.
El objetivo principal de este sitio es orientarte a través de los varios servicios de **Disroot**.
Cubrir todos los servicios, con todas las características provistas por **Disroot**, para todas las plataformas y/o Sistemas Operativos es un proyecto muy ambicioso, que demanda mucho tiempo y requiere mucho trabajo. Y como pensamos que puede ser beneficioso no solo para nuestrxs usuarixs (disrooters) sino para todas las comunidades de **Software Libre** y de **Código Abierto** que use los mismos programas o similares, toda ayuda de lxs disrooters es siempre necesaria y bienvenida.<br>
Así que, si piensas que falta un tutorial, que la información no es correcta o puede mejorarse, por favor, contáctanos o (mejor aún) empieza a escribir una guía o tutorial tú mismx.<br>
Cubrir todos los servicios, con todas las características provistas por **Disroot**, para todas las plataformas y/o Sistemas Operativos es un proyecto muy ambicioso, que demanda mucho tiempo y requiere mucho trabajo. Pensamos que puede ser beneficioso no solo para nuestros usuarios y usuarias (disrooters) sino para toda comunidad de Software Libre y de Código Abierto que use los mismos programas o similares.
Para conocer las diferentes maneras en que puedes contribuir, por favor, revisa esta [sección](/contribute).
Para hacerlo, toda ayuda de l@s disrooters es siempre necesaria y bienvenida. Así que, si piensas que falta un tutorial, que la información no es correcta o puede mejorarse, por favor, contáctanos o (mejor aún) empieza a escribir una guía o tutorial tú mism@.<br>
Utilizamos **[Git](https://es.wikipedia.org/wiki/Git)**, así que podrías enviar un "*pull request*" (*petición de validación*) a nuestro repositorio. Si no estás familiarizad@ con esta herramienta, puedes enviar cambios o sugerencias a través de [**Etherpad**](/tutorials/office/pads/etherpad) o correo electrónico. [**Aquí**](/contribute/git) hay una guía muy simple de **git**.<br>
Adicionalmente, estamos construyendo un glosario para ayudar a todos aquellos que no están familiarizados con algunos términos y conceptos. Puedes verlo [aquí](/glossary/).
Comencemos...

View File

@ -1,25 +0,0 @@
---
title: Home
content:
items:
'@taxonomy':
category: [topic]
order:
by: default
dir: asc
pagination: true
---
### Bienvenue sur le Site de Tutoriels de Disroot.
Le but principal de ce site est de vous aider à naviguer au travers des divers services **Disroot**.
Parcourir tous les services, ainsi que toutes les fonctionnalités offertes par **Disroot**, pour toutes les plateformes et/ou systèmes d'exploitation est un projet vaste, ambitieux et très chronophage, qui requiert une très grande quantité de travail. Nous pensons qu'il pourrait être utile, non seulement pour les utilisateurs (disrooters) mais pour la communauté **Logiciels Libres** qui utilisent les mêmes logiciels.
Dans ce but, toute aide des disrooters est toujours nécessaire et la bienvenue. Ainsi, si vous pensez que tutoriel manque, est incorrect ou pourrait être amélioré, n'hésitez pas à nous contacter et (encore mieux), écrivez le tutoriel vous-même.<br>
Nous utilisons **[Git](https://fr.wikipedia.org/wiki/Git)**, donc vous pouvez simplement demander un "pull" de notre repository. Si vous n'êtes pas familier avec cet outil, vous pouvez soumettre vos changements ou suggestion via etherpard ou email. Vous trouverez [**ici**](/contribute/git) a tuto git très simple.<br>
De plus, nous sommes en train de construire un glossaire pour aider toutes les personnes qui ont des difficultés avec certains termes et concepts. Vous pouvez le retrouvez [**ici**](/glossary).
En avant ...

View File

@ -1,23 +0,0 @@
---
title: Home
content:
items:
'@taxonomy':
category: [topic]
order:
by: default
dir: asc
pagination: true
---
### Benvenuti nel sito delle guide di Disroot
L'obiettivo principale di questo sito è aiutarti a orientarti tra i vari servizi **Disroot**.
Coprire tutti i servizi, con tutte le funzionalità fornite da **Disroot**, per tutte le piattaforme e/o i sistemi operativi è un progetto molto ambizioso che richiede tanto tempo e lavoro.
Riteniamo però che questo lavoro possa essere utile non solo per i nostri utenti (disrooter), ma per l'intera comunità del **Software libero** che utilizza gli stessi software.
Vista la mole di lavoro, qualsiasi aiuto è sempre necessario e benvenuto. <br>
Quindi se ritieni che ci sia un tutorial mancante, le informazioni non sono accurate o potrebbero essere migliorate, ti preghiamo di contattarci e (ancora meglio) iniziare a scrivere tu stesso un tutorial. <br>
Per conoscere i vari modi per contribuire, visita questa [sezione](/contribute).

View File

@ -1,24 +0,0 @@
---
title: Home
content:
items:
'@taxonomy':
category: [topic]
order:
by: default
dir: asc
pagination: true
---
### Bem vindos ao site de guias de utilizador e tutoriais do Disroot.
O objetivo principal deste site é ajudar-te a orientares-te pelos vários serviços do **Disroot**.
Conseguir cobrir neste site todos os serviços e funcionalidades do **Disroot** para todos as plataformas e Sistemas Operativos é um projeto bastante ambicioso e consome bastante tempo e requer bastante trabalho. E porque nós achamos que este trabalho é útil não apenas para os utilizadores do **Disroot** (disrooters), mas para toda a comunidade **Software Livre** e **Open Source** que utiliza o mesmo software, ou software parecido, qualquer ajuda de utilizadores é sempre bem vinda e necessária.<br>
Por isso, se achas que falta um tutorial, que a informação não está correta ou que pode ser melhorada,
por favor entra em contacto connosco (ou melhor ainda) escreve um tutorial tu próprio.<br>
Para veres as diferentes maneiras de que podes contribuir vê a seguinte [página](/contribute).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -1,96 +0,0 @@
---
title: 'User Self-service Center'
published: true
indexed: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
- management
page-toc:
active: true
---
# User Self Service Center
The **User Self Service Center** is the place where you can manage your **Disroot** account settings, from changing the password to deleting it.
## Signing in
Go to [https://user.disroot.org](https://user.disroot.org) and log in with your **Disroot** username and password.
![](../en/login.png)
Once you have logged in you will see the **dashboard**.
![](../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)
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*
- **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)<br>
!! We cannot reset your password.<br>
!! 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)
#### 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.<br>
For example, your username could be _username_ and your screen name _User Name_.
![](../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.<br>**Please, remember that 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)
#### 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)
Then enter your password twice, checking that it meets the password rules, and click the **Continue** button to finish.
And that's it! \0/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

View File

@ -1,31 +0,0 @@
---
title: 'Account Password Change'
published: true
indexed: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
- management
page-toc:
active: false
---
# Change your password
![](dashboard_pass.png)
Click on this option to change your current password.
!! ![](../en/note.png)<br>
!! 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/note.png)<br>
!! 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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

View File

@ -1,36 +0,0 @@
---
title: 'Security Questions'
published: true
indexed: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
- management
page-toc:
active: true
---
# Setup your Security Questions
![](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.
The proccess is pretty simple.
- Click on ***Setup Security Questions***.
![](../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)
- Once the answers meet the requirements, just click ***Save Answers***.
![](../en/sec_qs_03.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

View File

@ -1,29 +0,0 @@
---
title: 'Account Profile'
published: true
indexed: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
- management
page-toc:
active: false
---
# 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)
Complete/update the information.
![](../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.
- **Password Reset Email**: you can add/modify a secondary email address so that you can use it to reset your password in case you lose/forget it.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

View File

@ -1,25 +0,0 @@
---
title: 'Request Forms'
published: true
indexed: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
- management
page-toc:
active: flase
---
# 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)
Just click on the option you need.
![](../en/forms.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

View File

@ -1,23 +0,0 @@
---
title: 'Account information'
published: true
indexed: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
- management
page-toc:
active: false
---
# Your Account information
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_01.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

View File

@ -1,29 +0,0 @@
---
title: 'Account Deletion'
published: true
indexed: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
- management
page-toc:
active: true
---
# Delete your account
If for any reason you want to delete your account, just click this option.
![](dashboard_delete.png)
Once you're sure about deleting the account, check the **I Agree** box and finally **Delete**.
![](../en/delete.png)
!! ![](../en/note.png)<br>
!! **This process is irreversible.** Once confirmed, **you won't be able to log in** to your account or ask **to restore it** later.<br>
!! **All your remaining data will be deleted** within 48 hours, and **your current user name will not be available** when creating a new account.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -1,28 +0,0 @@
---
title: 'Manage your Disroot Account'
published: true
indexed: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- account
- management
page-toc:
active: true
---
# Manage your Disroot Account
- [User Self-service Center](ussc)
- Signing in
- Reseting your password
- [Change your password](password)
- [Setup your Security Questions](questions)
- [Update your Profile](profile)
- [Request forms](forms)
- [Account information](info)
- [Delete your Account](delete)

Some files were not shown because too many files have changed in this diff Show More