mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Corrected small typos
This commit is contained in:
parent
1376de666b
commit
da3d8d107d
1 changed files with 3 additions and 3 deletions
|
@ -116,11 +116,11 @@ $ yunohost user permission list
|
||||||
wordpress.admin:
|
wordpress.admin:
|
||||||
allowed:
|
allowed:
|
||||||
- yolo_crew
|
- 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
|
```bash
|
||||||
$ yunohost user permission update mail --remove all_users --add bob
|
$ 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
|
### 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`:
|
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`:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue