Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Default autentication problem

Quote Reply
Default autentication problem
Hello

I want that the Registered user have permission to view own and modify own, and the default user the permission to view all

But If I put

auth_no_authentication No

auth_allow_default View

The default user canīt view the results, it gets the login screen

If I put

auth_no_authentication Yes

The default user can view, but the registered canīt login and add data

How can I solve this problem?

Fábio

Last edited by:

assombracao: Nov 13, 2002, 2:23 PM
Quote Reply
Re: [assombracao] Default autentication problem In reply to
It seens that the problem is in the

auth_view_own


Quote Reply
Re: [assombracao] Default autentication problem In reply to
The Authorization Options should be set:

auth_no_authentication: No

auth_allow_default: view

auth_modify_own: Yes

auth_user_field: This is the field name in the database used for storing the userid who owns the record.

The URL of default user to view all records:
db.cgi?db=table_name&do=search_results&keyword=*&uid=default


TheStone.

B.