Merge pull request #1116 from eauchat/patch-7

Corrected small typos
This commit is contained in:
Alexandre Aubin 2019-10-17 18:36:01 +02:00 committed by GitHub
commit c97d84aad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,11 +116,11 @@ $ yunohost user permission list
wordpress.admin:
allowed:
- yolo_crew
- john
- alice
[...]
```
Note that, for example, if we want to restrict permission for email so that only Bob, we should also remove `all_users` from the permission :
Note that, for example, if we want to restrict permission for email so that only Bob is allowed to email, we should also remove `all_users` from the permission :
```bash
$ yunohost user permission update mail --remove all_users --add bob
@ -128,7 +128,7 @@ $ yunohost user permission update mail --remove all_users --add bob
### Notes for apps packagers
By default, installing an app creates the permission `$app.main` with `all_users` allowed by default.
By default, installing an app creates the permission `app.main` with `all_users` allowed by default.
If you wish to make the application publicly available, instead of the old `unprotected_urls` mechanism, you should give access to the special groups `visitors`: