PDA

View Full Version : Permissions


gsyntaxerr
23-05-04, 12:48 PM
i can log in as "admin" but when i try to create a user i get the msg:

"You have attemped to access an item in dotproject without the sufficient permissions to do so.

Please contact the dotproject System Administrator"

The problem here is I am the Sys Admin!

Under User Management I have access to all modules - but apparently only "read" access. I don't know if this is the cause. How do I change this?


g

nsanders
24-05-04, 08:47 AM
Modify the variable permission_value in the table permissions for the dotproject SQL database. My current table looks like this:


mysql> select * from permissions where permission_user = 1;
+---------------+-----------------+---------------------+-----------------+------------------+
| permission_id | permission_user | permission_grant_on | permission_item | permission_value |
+---------------+-----------------+---------------------+-----------------+------------------+
| 1 | 1 | all | -1 | -1 |
+---------------+-----------------+---------------------+-----------------+------------------+
1 row in set (0.01 sec)


That grants me read-write on ALL modules.

gsyntaxerr
25-05-04, 05:57 AM
Thanks that fixed it. I had "-1" in the last column i changed it to 1 and am back in the driver's seat.

Thnx!

Btw I am "beta-ing" this for my office" Nice software. Kudos!