# HG changeset patch # User Sylvain Thénault # Date 1247031993 -7200 # Node ID 85a3350e8e4dd4b98dab2f0da28fd64a3bca994c # Parent 17f7c3990f9b8a386858f08d0de680659a1e6fb2# Parent d559ea3102dbffbcb63071104d72fe4d1269dce9 merge diff -r 17f7c3990f9b -r 85a3350e8e4d doc/book/en/annexes/faq.rst --- 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.