RE: [PHP-DB] I need a User Authentication solution

2001-07-16 Thread Michael Rudel
you are interested in this, let me know. It's almost done. > > Thanks, > Brian Grayless > > -Original Message- > From: leo g. divinagracia iii [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 12, 2001 12:38 PM > Cc: [EMAIL PROTECTED] > Subject: Re: [P

RE: [PHP-DB] I need a User Authentication solution

2001-07-16 Thread Brian Grayless
a iii [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 12:38 PM Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] I need a User Authentication solution if you are using apache, you try the .htaccess file authorization technique... are you concerned about sending the username and password via plain

Re: [PHP-DB] I need a User Authentication solution

2001-07-12 Thread leo g. divinagracia iii
if you are using apache, you try the .htaccess file authorization technique... are you concerned about sending the username and password via plain text through the wire? if yes, then you may have to implement SSL on your server... David Coleman wrote: > > Hello, > > I'm looking for a complet

RE: [PHP-DB] I need a User Authentication solution

2001-07-12 Thread Rubanowicz, Lisa
2001 1:38 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] I need a User Authentication solution Hello, I'm looking for a complete "User Authentication" solution. Kind of like the "ASP" solution listed below: http://www.powerasp.com/content/code-snippets/advanced-password

[PHP-DB] I need a User Authentication solution

2001-07-12 Thread David Coleman
Hello, I'm looking for a complete "User Authentication" solution. Kind of like the "ASP" solution listed below: http://www.powerasp.com/content/code-snippets/advanced-password-protection.asp However, I'd like the solution to run on Linux w/ PHP and MySQL. Does anyone know of an "off-the-shelf