merge
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 08 Jul 2009 07:46:33 +0200
changeset 2322 85a3350e8e4d
parent 2318 17f7c3990f9b (current diff)
parent 2317 d559ea3102db (diff)
child 2374 ea1a44e4ad62
merge
--- a/doc/book/en/annexes/faq.rst	Tue Jul 07 17:41:56 2009 -0700
+++ b/doc/book/en/annexes/faq.rst	Wed Jul 08 07:46:33 2009 +0200
@@ -367,3 +367,12 @@
     $ psql mydb
     mydb=> update cw_cwuser set cw_upassword='qHO8282QN5Utg' where cw_login='joe';
     UPDATE 1
+
+I've just created a user in a group and it doesn't work !
+---------------------------------------------------------
+
+You are probably getting errors such as ::
+
+  remove {'PR': 'Project', 'C': 'CWUser'} from solutions since your_user has no read access to cost  
+
+This is because you have to put your user in the "users" group. The user has to be in both groups.