Merge pull request #1359 from yunohost-bot/anonymous-2020-07-23_04-28-17

[Anonymous contrib] Changed gendered pronouns to their gender-neutral equivalents
This commit is contained in:
Alexandre Aubin 2020-07-23 14:33:25 +02:00 committed by GitHub
commit ff0556caee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Security
YunoHost has been developed to provide the best security without too much complication. Every protocol used in YunoHost is **encrypted**, only password's hashes are stored and by default each user is able to access his personal directory only.
YunoHost has been developed to provide the best security without too much complication. Every protocol used in YunoHost is **encrypted**, only password's hashes are stored and by default each user is able to access their personal directory only.
Two things remain important to note:
@ -125,7 +125,7 @@ In the case of a key authentication, a brute force attack has no chance of succe
sudo adduser user_name
```
Choose a strong password, since this user will be responsible with obtaining root privileges.
Add the user to the sudo group to allow him/her to perform maintenance tasks that require root privileges.
Add the user to the sudo group to allow them to perform maintenance tasks that require root privileges.
```bash
sudo adduser user_name sudo
```