Reputation: 2224
I am working on an online shopping website with Joomla! 2.5. I have installed VirtueMart as the shopping component. I want to create a user who can only view just the VirtueMart component's back-end after logging into the back-end of the system. That user should not be able to view any other admin controls. Is there anyway to do this using Joomla! without customizing the code?
Upvotes: 1
Views: 3313
Reputation: 1075
Yes you can do it by using ACL
in Joomla administrator without modifying any codes.
Site -> Global Configuration -> Permissions.
Here you can see the Joomla ACL controls
.These screenshots may guide you how to change the permissions from administrator.
If you want to learn more about Joomla ACL access clickhere
Try it.....
Upvotes: 0
Reputation: 851
You could use the ACL in Joomla:
and here is what I see in the admin for the new user I placed in the VMUsers group:
Upvotes: 3