![]() |
jadachDevClub member 1/19/2020 |
I have this type of requirement on a few of my projects. |
![]() |
lefty author 1/19/2020 |
I have this type of requirement on a few of my projects. Typically I am the only admin. However, I need "sub admins" to add users. I create a custom view of the users table and roles table that I give sub admin access to. There the sub admin adds/edits/deletes users and assigns role access. I then create a master detail relation with the two new views connected by username. Now you can use inline add/edit to assign roles. Regarding passwords, after a new user is added, I send an email to ../remind forcing them to change their password.
|
![]() |
jadachDevClub member 1/19/2020 |
Thanks for the reply! Currently I do have a view setup for adding users in a view called Employees from the admin_users table and the sub-admin adds them and then sends them a password reminder. That part works fine. When you say role access , are you referring to the uggroups table that is generated by security setup? As that is where my issue is assigning users to different groups without giving full Admin Access ?
|
![]() |
lefty author 1/19/2020 |
Yes, uggroups table.
|