doc/book/en/annexes/faq.rst
changeset 2316 234475d6ed7b
parent 2175 16d3c37c5d28
child 2317 d559ea3102db
equal deleted inserted replaced
2304:8381cc99daa8 2316:234475d6ed7b
   365   and paste it in the database::
   365   and paste it in the database::
   366 
   366 
   367     $ psql mydb
   367     $ psql mydb
   368     mydb=> update cw_cwuser set cw_upassword='qHO8282QN5Utg' where cw_login='joe';
   368     mydb=> update cw_cwuser set cw_upassword='qHO8282QN5Utg' where cw_login='joe';
   369     UPDATE 1
   369     UPDATE 1
       
   370 
       
   371 I've just created a user in a group and it doesn't work !
       
   372 ---------------------------------------------------------
       
   373 
       
   374 You are probably getting errors such as ::
       
   375 
       
   376   remove {'PR': 'Project', 'C': 'CWUser'} from solutions since your_user has no read access to cost  
       
   377 
       
   378 This is because you have to put your user in the "user" group. The user has to be in both groups.