This topic is locked

Security - Advanced security settings

1/19/2006 10:42:37 AM
PHPRunner General questions
A
Alan4573 author

Hi,
I am experiencing a very strange problem:
I create a project with a master and detail page with no security limitations. Ability to add edit and delete on both master and detail. All works fine - no problem.
I have multiple users who I want to be able to see and adit their OWN data only. So, i set up advanced settings so users can see and edit their own data only. I set up relationship between Users table and Main table. Rebuild project. Users can now only see his/her own data on the list page but NOT edit. If the details link is clicked however, the user CAN edit on the detail page.
Ok, so now I think I'll try setting up user groups/permissions, to see if this makes any difference - no joy, same problem. Users can see only their own data but not edit on the list page but can edit on the detail page.
Now I added a user that can see and edit all users data - bingo, this user can edit on the list and detail pages.
Next thing to try - get rid of the detail page and try with just a master page (list) - the same problems as above occur.
Now, this used to work perfectly so I'm pretty sure I've got everything set up correctly. Only thing I can think of is I now use build 83 and I'm not sure if its a glitch in that build.
Any ideas
Thanks
Alan

A
Alan4573 author 1/19/2006

It would appear that the security settings are case sensitive!!!!!
All sorted now.