I am looking for a logical way to modify the designated Users table where new-log in credentials are added for a new field staff member.
The Office staff can add new people or delete people from the master Users table.
But I still have to follow up in Admin view to finally Authorize the new Field staff to login and create reports.
I need to add a simplified method for the Office staff to assign a Category themselves & authorize the new user.
If they are allowed into the Admin view they would have too much power to mess permissions up for everyone.
I would like to Add a check box or radio button that Office staff can select in each Users table row.
So that a new person can be added, their names, logins, passwords,etc,
And then immediately the same office staff member can Authorize the new Users to login. They no longer have to contact me to ask me as Admin to authorize new users.
In this specific case the Activate Membership button would have a fixed category that it would affect. One click and they are authorized in my "Field staff" category to now get all those default rights.
My first thought is that checking the button writes the necessary insert (or update where that applies) into the Members and Rights tables.
And it shows the Authorization status & Category to my Office staff by default in the List view of the Users table.
Or is there method with PHPRunner 8 that does not require extra coding?
Thank you!