Gossamer Forum
Home : Products : DBMan : Discussions :

Sign up link doesn't appear

Quote Reply
Sign up link doesn't appear
I've created a nice little DBMan app that searches fine, and returns errors etc. http://www.bestweb.net/~cyborgny/aaacta/aaacta.html

But, when I go to the db.cgi (http://www.puddlemedia.com/cgi-bin/aaacta/db.cgi), and the Demo Login Box appears, where it says

"Welcome! You need to have an active account to access Database Manager Demo."

The link in the bottom of the box that says "To Sign Up click HERE", doesn't appear. I setup up the script so that users can sign up for their own account, but I don't know how to direct them to the area where they can create a UserName and PW...etc.

Any ideas why? (BTW, I used JPDeni's Configurator and for the most part it works beautifully!)

Thanks in advance!

Lenny
Quote Reply
Re: [CyborgNY] Sign up link doesn't appear In reply to
The codes for this are not in the default html.pl file. You would have to add the link to:

sub html_login_form
sub html_login_failure

if ($auth_signup) { print qq|<CENTER><$font>You can sign up for an account online by <A HREF="$db_script_url?db=$db_setup&signup_form=1">Clicking HERE</A>.</font></CENTER><P> |;
}

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/