From bbbe87418eee988855fa4ee14bc5943d27565030 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 27 Mar 2020 02:36:14 +0100 Subject: [PATCH] Update groups_and_permissions.md --- groups_and_permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups_and_permissions.md b/groups_and_permissions.md index fbeed2ef..b24c1f09 100644 --- a/groups_and_permissions.md +++ b/groups_and_permissions.md @@ -134,7 +134,7 @@ Installing an app creates the permission `app.main` with `all_users` allowed by 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`: ```bash -ynh_permission_update --permission "main" --add "all_users" "visitors" +ynh_permission_update --permission "main" --add visitors ``` If you wish to create a custom permission for your app (e.g. to restrict access to an admin interface) you may use the following helpers: