Gossamer Forum
Home : Products : DBMan : Customization :

how to bypass password login screen?

Quote Reply
how to bypass password login screen?
How can I set up a link which takes users straight to a guest account without them having to log in?
Quote Reply
Re: how to bypass password login screen? In reply to
Read your README file...It is clearly stated about linking to the "default" user account.

The appropriate link is:

Code:
http://www.myserver.com/cgi-bin/dbman/db.cgi?&uid=default

Change the location to your db.cgi file.

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us
Quote Reply
Re: how to bypass password login screen? In reply to
i had seen that, but was getting an error still. have managed to find the fault and correct it. thanks for the help anyway.

but my question was, rather than have a no-password default user with id=default, can I bypass the login screen to an existing user with that username and password already set up... that is the question!

[This message has been edited by ludwig (edited August 02, 1999).]
Quote Reply
Re: how to bypass password login screen? In reply to
You can do that. The URL would be

http://.../db.cgi?db=database name&userid=user's login name&pw=user's password&login=1


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





Quote Reply
Re: how to bypass password login screen? In reply to
thanks! worked great.
Quote Reply
Re: how to bypass password login screen? In reply to
 
Quote:
but my question was, rather than have a no-password default user with id=default, can
I bypass the login screen to an existing user with that username and password already set up... that is the question!

Well, you should have been more explicit and clear in your original post!

I was only trying to help!

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us
Quote Reply
Re: how to bypass password login screen? In reply to
your assistance was none-the-less appreciated I assure you.

Colin