Hello,I am trying to follow the tutorial "Tutorial - Advanced Security - Dynamic User Level Security ".But even after doing everything as stated in the help file the page to allow setting a user level permission does not come up.I also tried out the Demo 2019 after downloading it from the web site but in this also when we add or edit User Level there is not page showing setting of permission for that particular permission.What must be wrong?TIAYogi Yang
Hello,I managed to solve the problem.But the script automatically added “Anonymous” user lever (-2).Why does this happen and how to change this behavior?TIA
You need that to control which table can be accessed without login (anonymous user).
Hello,In my case if I remove Administrator and Anonymous user levels the Anonymous user level tends to get added as soon as I log in to the system.I don’t understand as to why.Another thing that I observed is that the permissions if removed for Anonymous (-2) user gets recreated automatically.Now the fun part. If you change the field (userlevelname) content from Anonymous to anything else it always shows in the list page (userlevelslist.php) as “Anonymous”. But if you try to edit it, it will show the changed value.In my case I changed the name from “Anonymous” to “Guest” but still the list page shows it as “Anonymous”.TIA
Yep. Because Anonymous is a built-in user level for anonymous users (i.e. users that have not logged in).The User Level ID of Anonymous is -2.You may read about this from PHPMaker Help menu, see "Tutorial - Advanced Security - Dynamic User Level Security " topic.
I am trying to follow the tutorial "Tutorial - Advanced Security - Dynamic User Level Security ".
But even after doing everything as stated in the help file the page to allow setting a user level permission does not come up.
I also tried out the Demo 2019 after downloading it from the web site but in this also when we add or edit User Level there is not page showing setting of permission for that particular permission.
What must be wrong?
You need to go the List page of the User Level table as administrator. Only administrators can manage User Levels.