Gossamer Forum
Home : Products : DBMan : Customization :

User settings and search engine problems

Quote Reply
User settings and search engine problems
I want to use three kinds of users :

default : view and search
owner : modify only
admin : everything

$auth_no_authentication = 0;
$auth_logging = 1;
$auth_allow_default = 1;
@auth_default_permissions = (1,0,0,0,0);
$auth_signup = 1;
$auth_modify_own = 1;
$auth_user_field = 0;

I've used the configurator to create a cfg file but somethings won't work :
- if an 'owner' wants to modify his/her data I want to skip the search engine
- if an 'admin' adds an 'owner' I want to change the UserID from 'admin' to owner' right away.
- if I log in as 'guest' the search engine and view won't work.
UserId : position 0
$db_key = 'Naam' # Name
$db_key_track = 0;

If you want to try, go to :

http://unox.student.tue.nl/~hans/cgi-bin/dbman/db.cgi?db=club

Glide
Subject Author Views Date
Thread User settings and search engine problems Glide 3928 Sep 22, 1999, 5:11 AM
Post Re: User settings and search engine problems
JPDeni 3806 Sep 21, 1999, 9:20 PM
Post Re: User settings and search engine problems
bek 3827 Sep 22, 1999, 5:58 AM
Post Re: User settings and search engine problems
bek 3816 Sep 22, 1999, 5:59 AM
Post Re: User settings and search engine problems
bek 3827 Sep 22, 1999, 5:59 AM
Post Re: User settings and search engine problems
JPDeni 3804 Sep 22, 1999, 7:16 AM
Post Re: User settings and search engine problems
Glide 3805 Sep 22, 1999, 8:39 AM
Post Re: User settings and search engine problems
Glide 3820 Sep 22, 1999, 11:31 AM
Post Re: User settings and search engine problems
JPDeni 3789 Sep 22, 1999, 12:01 PM
Post Re: User settings and search engine problems
Glide 3785 Sep 23, 1999, 12:00 AM
Post Re: User settings and search engine problems
Glide 3796 Sep 23, 1999, 3:44 AM
Post Re: User settings and search engine problems
JPDeni 3854 Sep 23, 1999, 6:00 AM