Access denied at AdminDashboard
-
i have create new Profiles and set Permissions and create new user....
and then new user login to Dashboard so can not see any menu!!!! -
Hi @thiranuwat,
Regarding your query — "new user logs into the Dashboard but cannot see any menu",
This issue may be occurring because the required permissions (such as View) have not been set for the profile associated with the user.
Please recheck all the permissions assigned to the profile, especially the menu access. Also, ensure that the user is correctly assigned to that profile.
Here’s a reference screenshot :
https://webkul.chatwhizz.com/share/screenshot/6823203727c29f37d0054fd2 -
@Aradhana-Singh
Hi, I am facing similar issue. I have created a profile, assigned all permissions and assigned the profile to an employee, but it still says access denied. -
Hi @thiranuwat and @Ikram17896 ,
This issue occurs because, starting from MariaDB 10, there are changes in how values are typecast internally. In this case, integers are being typecast to strings when fetching permissions, which leads to conflicts and results in the Access Denied warning even when the profile has all permissions.
To resolve the Access Denied issue, please refer to the following PR: https://github.com/Qloapps/QloApps/pull/1577