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.
Hi,
How could I disable Start Guide on the today page for all the user except administrator ?
Bye
I don't understand the request.
Start Guide is only available for Admin users...
If you meet use case where non admin users see this page, or can select it as start page, please report if, with complete use case.
Can you please show the definition of this user ?
Thanks.
I'll have a look.
Hi,
I found the issue.
There is an extra line in parameter table that must be deleted, for idUser null and parameterCode='startPage'
DELETE FROM `parameter` where idUser is null and parameterCode='startPage';
This fix will be included in V5.1
Great, that works.
For new user ok. Existing user need to save there parameters again to disable start guide but it doesn't matter.
Thanks !