Gossamer Forum
Home : Products : DBMan : Customization :

default users

Quote Reply
default users
Is there any way you can set it up so that a default user doesn't have to log in? Like, you can access the database and only list all and search, but you don't have to log in?
Quote Reply
Re: [Kortnee2] default users In reply to
Yes there is... check out the settings in the db.cfg file for setting up default users.. then check out the FAQ at http://redundantcartridge.com/dbman/ for instructions on how to do the URL so that a default user can view without logging on. It's something like:

www.yourdomain.com/cgi-bin/db.cgi?userid=default

(adding the ?userid=default to the URL) - but that may not be the exact wording.
Quote Reply
Re: [Watts] default users In reply to
The url would look like this:

www.yourdomain.com/cgi-bin/db.cgi?db=default&uid=default

changing the name of the db.cgi to whatever you use and also the db=default to match the name of your db file.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] default users In reply to
Thanks Lois!