| user Permissions [message #8943] |
Mon, 23 January 2012 11:14  |
initiative
Messages: 7 Registered: January 2012 Location: India
|
phpCollab guest |
|
|
I am using PHPCollab v 2.5, I have created projects and assigned to some. Now someone with user permission is able to generate reports and view entire projects. I want to restrict projects, clients, and report area, it should be for Administrator, project manager, project manager administrator. None other should get this privileges.
For every project the person should view his/her project, not others.
what should I do for this
Please reply
JK
|
|
|
|
| Re: user Permissions [message #8946 is a reply to message #8943] |
Fri, 27 January 2012 02:04   |
|
|
JK,
In the ~/includes/settings.php file, there should be the following entries:
<code># filter to see only logged user clients (in team / owner)
$clientsFilter = "false";
# filter to see only logged user projects (in team / owner)
$projectsFilter = "false";</code>
If you set those to true, it should prevent other users from seeing each other's data via the interface.
Give it a try and let us know.
- Jeff
|
|
|
|
|
|
|
|
|
|