I have a table users which was originally for the database entry staff.
We now want to restrict access so that registered users can access it.
I built a new project accessing the same tables which only sees the Users table.
It seemed intially to work fine.
User A could see only there record to keep details upto date etc.
When they logged into the second project they could then have access to see and list data.
Should this work?
Am I missing something fundamantal.
When it did work the group, username and password fields were not visible. Now they are.
Currently - If I create a new user via the signup project - then log in as the user - no records are returned.
Hope this makes sense.
Cheers Chris