[doc] Add information on anonymous user configuration.
authorSandrine Ribeau <sandrine.ribeau@logilab.fr>
Fri, 10 Apr 2009 09:27:31 -0700
changeset 1348 28bb9efe0cc8
parent 1299 dc4f774dc0af
child 1349 2452e660aea6
[doc] Add information on anonymous user configuration.
doc/book/en/D010-faq.en.txt
--- a/doc/book/en/D010-faq.en.txt	Wed Apr 08 11:04:47 2009 +0200
+++ b/doc/book/en/D010-faq.en.txt	Fri Apr 10 09:27:31 2009 -0700
@@ -164,9 +164,16 @@
     anonymous-password=anon
 
   You also must ensure that this `anon` user is a registered user of
-  the DB backend. This could be the admin account (for development
+  the DB backend. If not, you can create through the administation
+  interface of your instance by adding a user with the role `guests`.
+  This could be the admin account (for development
   purposes, of course).
 
+.. note::
+    While creating a new instance, you can decide to allow access
+    to anonymous user, which will automatically executes what is
+    decribed above.
+
 
 * How to change the application logo?