From 18d40079f4c635bf1ac2d687300653893d622ceb Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 2 Sep 2013 12:50:55 +0200 Subject: [PATCH] Add None as a possible values for rights in documentation --- pages/user_documentation.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 5971d98e..5ce2aaf0 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -717,9 +717,14 @@ called ``anna``. The *authenticated user* is the login used for authentication. -3 different configurations are available, you can choose the one you want in +4 different configurations are available, you can choose the one you want in your configuration file. +None +~~~~ + +Everybody have read and write access to all collections. + Owner Only ~~~~~~~~~~ @@ -729,7 +734,7 @@ users, authenticated or anonymous, have no access to these collections. Owner Write ~~~~~~~~~~~ -Authenticated users have read access to all calendars, but only owners have +Authenticated users have read access to all collections, but only owners have write access to their own collections. Anonymous users have no access to collections.