Security Levels

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
glennra
User
Posts: 1

Security Levels

Post by glennra »

in PHPMaker 10 is it possible to have the following security configuration:

  1. All registered users can list all the records in a table.
  2. Only the owner (userlevelID match) can add, edit, copy delete records with his or her userlevelID in the appropriate field?

Glenn


danielc
User
Posts: 1601

Post by danielc »

User ID security secures data at record level. When User ID security is enabled, users can only access their own data for the protected table. Also, there is option to enable [Allow View All] if you allow all logged in users to list/view/search the protected table. Read User ID security at help file.


Post Reply