From fd719be2a2a202504b244171f168bd92a55bc8e7 Mon Sep 17 00:00:00 2001 From: Iliya Georgiev Date: Mon, 9 Jul 2012 11:40:05 +0300 Subject: [PATCH] Add example of Default ACLs in permissions documentation --- docs/topics/permissions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/permissions.rst b/docs/topics/permissions.rst index ae4d615c9d..9e79af09e2 100644 --- a/docs/topics/permissions.rst +++ b/docs/topics/permissions.rst @@ -59,7 +59,7 @@ Follow the steps: 3. Click ``New holder`` next to the class Documents. From the list of users choose the special user Creator. Give the permission ``View Documents`` to the Creator. 4. Go back to Setup menu. Go to Users and create the users ``Pedro`` and ``Sancho``. 5. Go back to Setup menu. Go to Groups and create the group ``Employees``. Click to members of the groups and add ``Pedro`` and ``Sancho`` to that group. - 6. Go back to Setup menu. Go to Roles submenu. Create the role ``Uploaders``. Give the permission ``Create documents`` to the role. Add the group ``Employess`` as a member to that role. + 6. Go back to Setup menu. Go to Roles submenu. Create the role ``Uploaders``. Give the permission ``Create documents`` to the role. Add the group ``Employees`` as a member to that role. 7. Now enter **Mayan EDMS** with ``Pedro`` and ``Sancho`` one after another and upload documents. Pedro should not see the documents that ``Sancho`` uploaded and vice versa. He should see only documents uploaded by himself. The above example will work only for documents that are uploaded after the activation of the restriction. It will not work for documents prior to the activation of the restriction.