Gossamer Forum
Home : Products : DBMan : Discussions :

user with view only permissions can't see

Quote Reply
user with view only permissions can't see
I made a account with only "view" permissions. The problem is this account cannot see anything. When I log in as that user and click "list all" it gives this error: no matching records.

What can I do to fix this problem. Thanks.

Manitee



Quote Reply
Re: user with view only permissions can't see In reply to
Is your database set up so that users can only modify/view their own records?

If so, then your "view" user will not be able to find anything becuase he doesn't own any records.

You'll have to activate the default user in default.cfg and turn off $auth_view_own

- Mark


Astro-Boy!!
http://www.zip.com.au/~astroboy/
Quote Reply
Re: user with view only permissions can't see In reply to
I set $auth_view_own to 0 but the problem is that it enabled every user to see all. I turned it back on.

I want a particular user to be able to see all but all other users to be able to see only their own (accept for the admin of course).