Gossamer Forum
Home : Products : DBMan : Installation :

Allowing users to create accounts

Quote Reply
Allowing users to create accounts
I'm a relative newcomer to perl, although I have worked some with it in the past. I need to allow a new user to create their own account for DBMAN. I see the code in the db.cgi script, but how do I get it to display in the windows?

TIA

Jamie

------------------
James A. (Jamie) Dennis
*Certified AIX Administrator
*Certified Solaris Administrator
*Member - SAGE, USENIX
Quote Reply
Re: Allowing users to create accounts In reply to
I would add a link to sub html_login_form in html.pl. Something like:

<a href="$db_script_url?db=$db_setup&signup_form=1">Sign up for an account</a>



------------------
JPD
Quote Reply
Re: Allowing users to create accounts In reply to
Thanks!

This works great. Now I just need to figure out my formatting and output options and I'll have a workable situation.

Jamie

------------------
James A. (Jamie) Dennis
*Certified AIX Administrator
*Certified Solaris Administrator
*Member - SAGE, USENIX