![]() |
Sergey Kornilov admin 4/29/2010 |
Wasn't able to decipher it fully.My suggestion is to implement it according to your understanding and if there are any specific issues - you can post it here. |
P
|
procheck author 4/30/2010 |
Hi Sergey, |
P
|
procheck author 5/4/2010 |
Hi Sergey, I've put the demo at this link: http://www.prochecksports.com/phprunner/login.php If you sign on with user1/pass1 and click on "Member Information", this info is correct. The user sees his own data. The same with user2/pass2. Now sign on with admin/test and click on "Customer Information". The person who signs up is also the admin for the pool. This is correct. Now click on "Member Information". I want this to display. PoolID..... AccessID .. UserName .. Password pool1 ..... admin ..... admin ..... test pool1 ..... pool1 ..... user1 ..... pass1 pool1 ..... pool1 ..... user2 ..... pass2 How can I do this? Thanks for your patience Al
|
A
|
ann 5/5/2010 |
Al, |
P
|
procheck author 5/5/2010 |
Al, To create this security scheme add Custom view of the Customer table(say Copy of Customer table) on the Datasource tables tab. Then assign different permissions for main table and this view: choose PoolID as OwnerID for admins, Username as OwnerID for users on the Advanced security settings dialog on the Security tab. Then set up permissions for these pages on the User group permissions dialog: assign rights for admins to Customer table and for users to "Copy of Customer table".
|