Gossamer Forum
Home : Products : DBMan : Installation :

Admin Loop

Quote Reply
Admin Loop
Still having problems... but this one is weird.

I set my permissions to:

$auth_no_authentication = 0;
$auth_logging = 0;
$auth_allow_default = 1;
@auth_default_permissions = (1,0,0,0,0);
$auth_signup = 0;
@auth_signup_permissions = (1,0,0,0,0);
$auth_view_own = 0;

What I'm tring to do is get a url that will take the Admin or Owner to the login screen to make changes to the record.

Then I need a url for the user just to view the records without having to log in.

But with the settings above, if you go to the
search url:

http://www.joneshunter.com/script/db/db.cgi?db=default&uid=default

It goes through some kind of loop.

First it lets you select the search fields then when you hit view records, it goes to the login screen. why? Then if you enter a login name and password it goes to the search again, and it does that over and over.

I don't understand. I just want to set the permissions so that the user can view the records without having to input a user name and password.

Also I want to create a link to the main menu, so that it will ask for a login so the Admin can make changes to the records.

Sorry that I don't understand how the permissions work. I hope that someone can help.

Thank you--

<cj>


[This message has been edited by cj3 (edited January 10, 1999).]
Subject Author Views Date
Thread Admin Loop cj3 2911 Jan 10, 1999, 10:24 AM
Post Re: Admin Loop
JPDeni 2762 Jan 10, 1999, 11:37 AM
Post Re: Admin Loop
cj3 2744 Jan 10, 1999, 11:45 AM
Post Re: Admin Loop
JPDeni 2778 Jan 10, 1999, 3:19 PM