DB
Asked
Is it possible to add the right to create users to an admin?
As created by other group and right alone.
So, I would like to have an admin who can create other users
Thank you
As created by other group and right alone.
So, I would like to have an admin who can create other users
Thank you
- MSAnsweredHello,
No. The owner and admin groups have fixed permissions. You will need to edit the item code to change them.
Thank you - DBAnsweredOK
What code or file should I touch to modify?
Thank you - MSAnsweredHello,
I am sorry as I can't help with modifications for modified version. You are allowed to do it your own risk as per license. We don't offer support for customisation.
You will need to modify the auth controllers `app/controllers/admin/Auth.php` , you have access to `$this->Owner` and `$this->Admin` properties inside controller. If you not sure, how to use, I suggest you to hire any developer to help you.
Thank you - Login to Reply