merge
authorSandrine Ribeau <sandrine.ribeau@logilab.fr>
Fri, 10 Apr 2009 09:29:33 -0700
changeset 1349 2452e660aea6
parent 1348 28bb9efe0cc8 (diff)
parent 1334 0d63ee3096f6 (current diff)
child 1350 31e4c8d30e5d
merge
--- a/doc/book/en/D010-faq.en.txt	Fri Apr 10 11:51:13 2009 +0200
+++ b/doc/book/en/D010-faq.en.txt	Fri Apr 10 09:29:33 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?