-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we block access to USERS tab and ROOMS tab for the role of USER? #3738
Comments
Edit the function case 'edit_room.php': // Ordinary users can view room details
case 'edit_users.php': // Ordinary users can edit their own details Their level will then default to 2 and so the menu entries won't appear for ordinary users. |
Suggested code changes to make View Room Details an an option... In In In LINE 78 from this: LINES 110 from this:
To this:
|
When I give somebody the role of USER (not admin) they still have access to the USERS tab and the ROOMS tab.
Is there a way to prevent them from having access to these two tabs?
My USER role only should have access to the calendar to create bookings.
Thanks
The text was updated successfully, but these errors were encountered: