I am using static user levels.
The current userlevel is 1, witch has full access to the users table (List, Add, Del…)
The new userlevel pretending to add is 2, a user with fewer permissions and, of course, no access to the users table.
When I try to add the new user, I get a message stating that current user (1) is not authorized to assing the id user ()
Using the Administrator account (-1 userlevel) works correctly
How can do it?