jnet
07-24-2003, 06:38 AM
I've got a web site set up with a "members only" subdirectory, and I've also got my .htaccess and .htpasswd files working properly... currently using a shareware script for managing all the user names and passwords -- this part is all fine.
My question is: Is there some way I can have people enter their username and password as part of an html page rather than that little pop-up window that the server sends?
Maybe a Perl script that feeds the username and password to the server? I've also found a few Javascript password systems, but they don't seem as secure as the .htaccess/.htpasswd method...
Many thanks in advance!
My question is: Is there some way I can have people enter their username and password as part of an html page rather than that little pop-up window that the server sends?
Maybe a Perl script that feeds the username and password to the server? I've also found a few Javascript password systems, but they don't seem as secure as the .htaccess/.htpasswd method...
Many thanks in advance!