Gossamer Forum
Home : Products : DBMan : Installation :

Bypass Login

Quote Reply
Bypass Login
Ok I have now set up a second database all with separate default.cfg and db.cgi's - what I want to do is allow a default user to view the db - but if they want to add/modify/remove - they will have to log on.

I have changed the default.cfg "Authorization Options" to "$auth_allow_default = 1;"

However, whenever I try to go to the database I get the login screen instead of the main screen. Is there a different URL I need to go to other than "/myhost/dbman/db.cgi"?

I have set
Quote Reply
Re: Bypass Login In reply to
OK - I have going to the right screen now by using this URL: /myhost/dbman/db.cgi?uid=default

However, whenever I try to add/modify/delete a record I want them to have to then login. This is still not working - it is allowing everyone to add/modify/delete.

What have I done wrong here?
Quote Reply
Re: Bypass Login In reply to
Set

@auth_default_permissions = (1,0,0,0,0);



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