Gossamer Forum
Home : Products : DBMan : Installation :

auth_modify_own

Quote Reply
auth_modify_own
I use the default database from version 2.04 if auth_modify_own is set to 1 then the DBman isn't working correct. A other user then admin can add records but fields shown after add are empty and record delete / modify results in a no records found. Bu the record is inside the *.db file and login as admin the record can be found and modify / or delete, is there any own who knows wat to do? Or is this a bug inside the program and if so is there a solution?

P.S. I have post before with the subject: No matching record found if other then admin user

Thankx Marcel
Quote Reply
Re: auth_modify_own In reply to
Hey Marcel, is your default.cfg setup this way:
# Allow people to sign up for their own userid/passwords? They will
# recieve default permissions.
$auth_signup = 1;

# Permissions a new signup should get.
@auth_signup_permissions = (1,1,1,1,0);

# Registered users: can modify/delete _only_ own records. For this to make
# sense you should set default off or to 1,0,0,0.
$auth_modify_own = 1;
Maybe this might help you?
Quote Reply
Re: auth_modify_own In reply to
Marcel and I worked this out in private mail. He was using an old script that was causing problems.


------------------
JPD