Gossamer Forum
Home : Products : DBMan : Customization :

Is there a way to automatically change permissions after a user adds a record???

Quote Reply
Is there a way to automatically change permissions after a user adds a record???
Say i give a user theses permissions when they sign up

Code:
@auth_default_permissions = (0,1,0,0,0);
which allows them only to add a record.

Is there a way to automatically change the user permission to

Code:
@auth_default_permissions = (1,1,1,1,0);
so they can view, add, modify, and view records??



------------------
Jonathan
jwilliam@umfort.cs.ecsu.edu
Subject Author Views Date
Thread Is there a way to automatically change permissions after a user adds a record??? jthon 1947 Apr 2, 2000, 8:28 AM
Post Re: Is there a way to automatically change permissions after a user adds a record???
LoisC 1881 Apr 1, 2000, 9:52 PM
Post Re: Is there a way to automatically change permissions after a user adds a record???
JPDeni 1875 Apr 2, 2000, 10:04 AM
Post Re: Is there a way to automatically change permissions after a user adds a record???
jthon 1873 Apr 2, 2000, 10:39 AM
Post Re: Is there a way to automatically change permissions after a user adds a record???
jthon 1896 Apr 2, 2000, 10:42 AM
Post Re: Is there a way to automatically change permissions after a user adds a record???
JPDeni 1874 Apr 2, 2000, 10:47 AM
Post Re: Is there a way to automatically change permissions after a user adds a record???
jthon 1901 Apr 2, 2000, 10:59 AM
Post Re: Is there a way to automatically change permissions after a user adds a record???
Stealth 1875 Apr 2, 2000, 11:06 AM