CryptPad H2: Users & configs (2)

This commit is contained in:
Fede.- 2021-10-20 00:16:14 -03:00
parent 44564306d1
commit 3d82818335
26 changed files with 37 additions and 16 deletions

View File

@ -94,13 +94,13 @@ User settings for the Code / Markdown application.
- **Code editor indentation (spaces)**: Choose the number of spaces for each level of indentation.
- **Indent using tabs (instead of spaces)**: Insert tabs rather than spaces with the Tab key.
- **Indent using tabs (instead of spaces)**: Check this option to insert tabs rather than spaces with the `Tab` key.
- **Auto-close brackets**: Automatically insert a closing character ) when brackets are opened with ( (also works with [, ', ").
- **Auto-close brackets**: Automatically insert a closing character `)` when brackets are opened with `(` (it also works with `[`, `'`, `"`).
- **Font size in the code editor**: Set the size of text in the code editor.
- **Spellcheck**: Underline spelling mistakes in the code editor, correction suggestions are available through Right click on the word to correct.
- **Spellcheck**: Underline spelling mistakes in the code editor, correction suggestions are available through right click on the word to correct.
## Kanban
![](en/kanban.png)
@ -110,4 +110,4 @@ User settings for the Code / Markdown application.
## Notifications
![](en/notifications.png)
- **Calendar notifications**: enable/disable all notifications for upcoming calendar events.
- **Calendar notifications**: Enable/disable all notifications for upcoming calendar events.

View File

@ -1,5 +1,5 @@
---
title: 'Configurations'
title: 'Registered user configurations'
published: true
visible: true
updated:
@ -15,10 +15,26 @@ page-toc:
active: true
---
# Configurations
# Registered user configurations
Registered users have additional functionalities enabled:
- Storage space for documents is personal, permanent and can host multimedia files.
- File management options:
* add a password, an expiry date, or an access list.
* organize documents in folders, shared folders, or with tags and templates.
- Create and work with Teams.
- Profile customization
- Contacts list to share documents and chat with.
- Notifications for interactions between contacts.
To access your configurations, click on the user menu at the top right (the first time you log in it will show the first 2 letters of your display name).
# Guest account
![](en/settings.png)
![](en/settings_02.png)
In the user menu you will find the following options:
- [Profile](../profile)
- [Teams](../teams)
- [Calendar & Contacts](../calendar-contacts)
- [Settings](../settings)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -16,7 +16,7 @@ page-toc:
---
# Profile
Registered users have a **Profile** option enabled where they can customize:
Here you can customize:
![](en/user_profile.png)

View File

@ -15,3 +15,4 @@ page-toc:
---
# Teams
**Teams** are shared spaces between a group of users. A team has its own CryptDrive, chat, and a list of members with roles and permissions.

View File

@ -16,9 +16,9 @@ page-toc:
---
# Users
**Guests** (non-registered) and **registered** users have some functionalities and features differences.
Both type of users, **guests** (non-registered) and **registered**, have access to all the **CryptPad** suite applications. However, options, settings and functionalities are different for one and the other.
## [Guest user configurations](guest/configurations)
## [Guest user configurations](guest)
## Registered user
- ### [Configurations](registered/configurations)

View File

@ -32,11 +32,15 @@ In the following chapters you will find the information needed to start using an
- Registering a new account
## [02. Users](users)
- [Configurations](users/configurations)
- [Profile](users/profile)
- [Teams](users/teams)
- [Calendar & Contacts](users/calendar-contacts)
- [Settings](users/settings)
### Guest users
- [Configurations](users/guest)
### Registered users
- [Configurations](users/registered/configurations)
- [Profile](users/registered/profile)
- [Teams](users/registered/teams)
- [Calendar & Contacts](users/registered/calendar-contacts)
- [Settings](users/registered/settings)
## [03. CryptDrive](cryptdrive)