This topic is locked

security problems with Master-Detail link

10/25/2006 5:17:41 PM
PHPRunner General questions
M
marke author

Hi
I have recently switched to 3.1 for my latest project. This is a very straightfoward project with a single master-detail relationship using the normal text link from the master list page to get to the details list page
This works fine during testing if I use a hardcoded username/password for the security.
However when I try to integrate the project into my full application I need to use the username/password from database option for security with a number of usergroups defined. I have used the same approach with no problems for more than 10 projects with Version 3.0. But with 3.1 the login proceeds ok (is accepted), but the link from the master list page to the detail list does not appear so the user cannot get to the detail information. (I have verified that the user is correctly logged in and has the all rights to all tables)
Would appreciate any thoughts on this problem
regards
Mark

M
marke author 10/25/2006

OK - all fixed - something strange was happening with the security groups; but have reentered and now working