Click to See Complete Forum and Search --> : passwords


stormrevolution
12-03-2003, 05:01 PM
I've seen many CGI password protection scripts on the internet however none of these are sutable for the task i need them for.

Just wondering if someone could give me or point me to a secure password protection script for mulitpule users. however i want each user when they logion to be sent to there own personal page, example:

username: GUEST1
password: PASS1
goes to: WWW.PAGEONE.COM (example)

username: GUEST2
password: PASS2
goes to: WWW.PAGETWO.COM (example)


If anyone could help it would be great.

Cheers in advance.

Phil Karras
12-31-2003, 01:40 PM
And you're going to write all those personal pages?

You'll automate it using Perl I guess.

Why not use a simple text based database with the info in it just as you've listed it?

It will be a secure as the user's password. I have an example of a simple text-based DB for Perl on my http://cgiclasspk.hypermart.net/ site I believe.

Called: Wine List is a simple one.