Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: ISO user-registration package

by kettle (Beadle)
on Apr 06, 2007 at 21:22 UTC ( [id://608765]=note: print w/replies, xml ) Need Help??


in reply to ISO user-registration package

I think you need to be a little bit more specific about what it is that you mean by "user-registration functionality". If you mean a secure login system then this will probably entail doing at least some of the legwork yourself, or finding someone else to do it for you.

You'll need to write a form, and post its contents to a validation script (perhaps write some javascript to validate prior to initial submission). Then you'll want to store the registration info somewhere, presumably in your postgreSQL db. You'll need to tweak your server for https support, and install or create an ssl certificate. You may opt to use your server's https authentication or you may opt for cookies (which usually provide a smoother user experience).

It could get fairly complicated depending on what you need to accomplish, and my guess is that you are not going to find a complete, cookie cutter solution.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://608765]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-20 02:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found