I was setting up rights allocation as administrator for the users. However, after saving I was locked out to do other activities such as report access, it won't allow me to access users and so on. How does the administrator have global rights unlike employees?
How does the administrator have global rights unlike employees?
It's ProjeQtOr default configuration behaviour
You should have changed things on rights management.
Please post screenshots to explain your issue.
How does the administrator have global rights unlike employees?
It's ProjeQtOr default configuration behaviour
You should have changed things on rights management.
Please post screenshots to explain your issue.
I was on the forms to give different rights and saved and it also locked me out as administrator out. For examole, no one now is able to access access forms to grant to take away rights and so on. I have attached a screenshot of things I have access to and the global aooaratus which should take me to where in grant access rights is not there. I need to know how to restore it.
HI,
You have to retore right for admin directly in database.
UPDATE habilitation SET allowAccess=1 WHERE idProfile=1 and idMenu=(SELECT id FROM menu WHERE name ='menuHabilitation');
Can you please take me through the steps on how to restore right for admin directly in database?
Execute SQL query proposed on prior post
How do i get to the database in order to execute the SQL query on the database ?
either use mysql commande or install phpMyAdmin or use external tool (such as toad for mysql)
i have got phpMyAdmin installed, now where do i put the command in phpMyAdmin ?
Select you db on left part
Select tab "SQL"
NB : if you're not confident with using SQL commands, please backup your DB before (TAB export)
You have to select your projeqtor db on the left then SQL tab on top.
If you're not fluent with use of phpMyAdmin, try a tutorial for it, there are many on the web.
I have looked at the tutorials online and i have seen how its done but i just want to make sure if the script you gave me previously to type on the database is correct and i may just copy it and past it there and execute it ?
i just want to make sure if the script you gave me previously to type on the database is correct and i may just copy it and past it there and execute it ?
Is it really a question ?
Do you think I took time to answer your request to finaly give you some bullshit script ? :angry:
