phpCollab Community
Discuss everything phpCollab!

The forums are currently in READ-ONLY mode while we upgrade the forums.
Home » Community » General Discussion » user Permissions (Want to restrict user access)
user Permissions [message #8943] Mon, 23 January 2012 11:14 Go to next message
initiative is currently offline  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 Go to previous messageGo to next message
mindblender is currently offline  mindblender
Messages: 610
Registered: July 2003
Location: AZ
phpCollab contributor

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
Re: user Permissions [message #8950 is a reply to message #8946] Mon, 30 January 2012 06:44 Go to previous messageGo to next message
initiative is currently offline  initiative
Messages: 7
Registered: January 2012
Location: India
phpCollab guest
Thank you Jeff..!
Re: user Permissions [message #8951 is a reply to message #8950] Tue, 31 January 2012 23:09 Go to previous messageGo to next message
mindblender is currently offline  mindblender
Messages: 610
Registered: July 2003
Location: AZ
phpCollab contributor

No problem. Let us know if that works out for you or not.
Re: user Permissions [message #8953 is a reply to message #8951] Wed, 01 February 2012 08:44 Go to previous message
initiative is currently offline  initiative
Messages: 7
Registered: January 2012
Location: India
phpCollab guest
Yes.. it is working. Thanks again
Previous Topic: Project permissions
Next Topic: File size
Goto Forum:
  


Current Time: Wed May 22 18:28:44 CEST 2013

Total time taken to generate the page: 0.27684 seconds