Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello,
I'm new in the great projeqtor world, and I need to create an account who can only view some reports, but for all projects.
So, I've just created a 'Planning' profil with 'read+' for all data access, and I have removed a lot of visible screens.
But, when I'm logged with this account, I can see all the projects, but all reports are empty, like the workload one.
Why ?
Thanks
Unfortunatly, if user has not acces to screen, he cannot have acces to data at all.
You can possibly work around this constraint : just change control line 338 in User.php to
if (0 and (! $menuName or ! array_key_exists($menuName, $accessControlRights))) {
But take care that this can unpredictibly expose your data.
Thank you, it works like I wanted !
