Gossamer Forum
Home : Products : DBMan : Installation :

Re: Permissions are driving me nuts

Quote Reply
Re: Permissions are driving me nuts In reply to
I have done what you said and I still cannot
modify any records. I am probably missing
a piece of the pie.

Let's say we have a very simple database
with two fields "user_id" and "name"
and it looks like
__________
1,dave
2,john
__________

I put them in default.db just like this
with delimeter ","

If I set
$auth_user_field = 0;

then if I modify under userid for "1" dave should come up. But it does not. As long as I set $auth_view_own = 0; then I can search under userid =1 and it does come up. Why?

Does the userid assigned in default.pass by the crypt function have to be the same as the userid in my database?
Subject Author Views Date
Thread Permissions are driving me nuts nickdbman 2143 Sep 19, 1999, 11:18 AM
Post Re: Permissions are driving me nuts
Eliot 2030 Sep 19, 1999, 12:27 PM
Post Re: Permissions are driving me nuts
nickdbman 2033 Sep 19, 1999, 1:15 PM
Post Re: Permissions are driving me nuts
Eliot 2046 Sep 19, 1999, 1:22 PM
Post Re: Permissions are driving me nuts
nickdbman 2029 Sep 19, 1999, 2:25 PM
Post Re: Permissions are driving me nuts
Eliot 2027 Sep 19, 1999, 5:01 PM