Question:
There is a script in the application using UserAdministration() function, but when the function is executed nothing happens. Why is this happening?
Solution:
This function is only executed if a user with administrator level (1) is already logged in. So, if there is not a logged user or the permission is not valid, the function is not executed. What will determine whether it is executed or not is the permission level of the logged in user.