Re: Password protected area using perl.

2001-07-09 Thread fliptop
Gary Stainburn wrote: > > If you just want restricted access, then Apache and most other servers have > some form of user ID/Password control to restricted areas of a web site. if you are running apache, then you should also consider the mod_perl way of doing it. with mod_perl (or .htaccess, fo

Re: Password protected area using perl.

2001-07-09 Thread Aaron Craig
I can at least point you toward the modules I would use for this process >At 12:01 09.07.2001 +0200, you wrote: >Dear subscribers, > >I am working out an idea for a (set of) perl scripts that would provide >the following: > >* A login form asking for a unique username/password combination; CGI.

Password protected area using perl.

2001-07-09 Thread Martijn van Exel
Dear subscribers, I am working out an idea for a (set of) perl scripts that would provide the following: * A login form asking for a unique username/password combination; * Validating the user input (using a stored user database) and redirecting the user accordingly; * Maintaining the state, i