added entry about bad user account
authorArthur Lutz <arthur.lutz@logilab.fr>
Tue, 07 Jul 2009 18:25:18 +0200
changeset 2316 234475d6ed7b
parent 2304 8381cc99daa8
child 2317 d559ea3102db
added entry about bad user account
doc/book/en/annexes/faq.rst
--- a/doc/book/en/annexes/faq.rst	Tue Jul 07 11:38:58 2009 +0200
+++ b/doc/book/en/annexes/faq.rst	Tue Jul 07 18:25:18 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 "user" group. The user has to be in both groups.