Dashboard user access level
Currently the UXWizz user access levels are not that well structured. You normally want to use either level 5 (admin) or level 0 (read-only). UI is being implemented to show this information inside the dashboard.
You can see the up-to-date permissions/access levels inside the server/permissions.php file. Those were the permissions as of version 6.5.0:
A user with level 2 will have access to all actions that require level 2 or less (2, 1, 0).
Last updated