Gossamer Forum
Home : Products : DBMan : Installation :

Restrict Who Can Modify

Quote Reply
Restrict Who Can Modify
I am trying to restrict users to be able to edit only their record in the database. I know this is done somehow through the UserID. I moved the UserID to Field 16 and changed the $auth_user_field to reflect this also - $auth_user_field = 16;

However, it seems anyone is able to edit any record they wish currently. Is there any other places this has to be changed?

Thanks!
Quote Reply
Re: Restrict Who Can Modify In reply to
Set $auth_modify_own to 1 in the .cfg file.

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