PDA

View Full Version : Password / Members only


dysfunctionGazz
11-06-2002, 02:44 PM
OK i am a total beginner with CGI stuff i know what it does but not how to do it myself.

I need a script that does password validation, for a members only site and that can perhaps assign individual passwords randomly to users etc.

Any idea where to start?

Gazzzz

dysfunctionGazz
11-06-2002, 02:45 PM
BTW i mean password to access restricted areas of the site, perhaps only after joining as a member or the like.

chrisvmarle
11-06-2002, 04:16 PM
Best way to protect a (part of your) site is using .htaccess and .htpasswd. Information on this can be found at http://javascriptkit.com/howto/htaccess3.shtml

Mzzl, Chris