Gossamer Forum
Home : Products : DBMan : Customization :

How to disable password?

Quote Reply
How to disable password?
Does anybody know how to disable (!) the pw-feature and lead the user directly to the search-field?

In case, please email answer to elvis@gmx.ch

Thx
Quote Reply
Re: How to disable password? In reply to
Uh...yea...This has been discussed MANY times in this forum and also there are instructions in the README file!

To bypass the login screen, you simply use the default user.

Add the following arguments to the query string:

Code:
&db=default&uid=default

So, it should look like the following:

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

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------



Quote Reply
Re: How to disable password? In reply to
Sorry,
But how to totally disable the Password feature? So that the user don't need to enter any password to create or manage their account. Just username. Thanks in advance.

thanks for keeping the
internet a better place.
Quote Reply
Re: How to disable password? In reply to
All you need to do is to set:

$auth_no_authentication = 1;

in your .cfg file.

That should do it Smile

Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/