Page 1 of 1

Define privillege account for projet

Posted: August 23rd, 2018, 7:07 am
by mgtoukam
Dear All,

We use CSweb 7.1.0 and we want to attribute to every user a particular project and it has no possibility of seeing the other already finished projects.

We want your help.

Michel

Re: Define privillege account for projet

Posted: August 24th, 2018, 3:08 pm
by josh
Currently the only way to do this is to setup multiple instances of csweb on the server: one for each project. To do this make multiple copies of the csweb directory on the server so that you have csweb1, csweb2... (you would probably use the names of the projects as the directory names rather than csweb1, csweb2...) Create a new database in MySQL for each project as well. With this setup you can create different accounts in each of the csweb instances so that users can only use one or the other.

We are planning to add more fine grained permissions in a future version of CSWeb but in the meantime the above is the best solution.