Hi,
i need a way to add permissions to every one to add new users.
In which files i need to look and how to modify this asset? I think i have to delete some if linket to owner permissions…
thank you in advance!!
- MSAnswered
Hello,
You can add group from group permissions page and set permission as you need.
If that’s not what you want, then you will need to hire developer to help you modify the item as you need. The permissions will be need to modify on all controllers and may be methods.
Thank you
- SAnswered
thank you for your reply… can you explain in which file i have to look for enable the ADD USER ability only to admin user… and only to add and edit new users… can you help me? (i know i have ti edit code but i need a little hint…)
thank you!
- MSAnswered
Hello,
Admins have fixed permission. There is no one file but all the controllers in the
app/controllers/admin
folder.Thank you
- SAnswered
Okay… thank you!
Some questions: Where is that function defined? $this->sma->checkPermissions() The permission level of the menu on the left… where is?
I only need to enable the ability to add and edit USERS to Admin level 😃
Thank you in advance!
- MSAnswered
Hello,
If you want to allowed admin for user, you can edit the Auth controller. The left menus are in the header file
themes/default/admin/views/header.php
The
checkPermissions
method is to check the group permission.Thank you
- Login to Reply