Re: [PHP] Authentication system

2003-07-15 Thread Justin French
Doug, On Thursday, July 3, 2003, at 05:42 AM, Doug Essinger-Hileman wrote: Now I need to learn how to take the incoming message and process it. I am assuming that the processing can be done by php. Any suggestions, either on how to do this, or where I might learn how to do this? The simple versi

Re: [PHP] Authentication system

2003-07-05 Thread olinux
there's a good example in this article A Complete, Secure User Login System by Tim Perdue http://www.phpbuilder.com/columns/tim2505.php3 olinux > On 2 Jul 2003 at 13:00, Mike Migurski wrote: > > > You may find it easier to include, in the e-mail, > a > > uniquely-generated, limited-time U

Re: [PHP] Authentication system

2003-07-02 Thread Doug Essinger-Hileman
On 2 Jul 2003 at 13:00, Mike Migurski wrote: > You may find it easier to include, in the e-mail, a > uniquely-generated, limited-time URL that the person can visit to > verify that they have received the e-mail. This will remove the burden > of having to set up a system that responds to e-mail com

Re: [PHP] Authentication system

2003-07-02 Thread Mike Migurski
>At the point where they fill out the registration form, I am sending them >an email, informing them that they have been registered. On many sites >I've gone to, the process then includes a requirement that the person >reply to the message. > >Now I need to learn how to take the incoming message an

[PHP] Authentication system

2003-07-02 Thread Doug Essinger-Hileman
I am in the process of scripting a site which requires authentication. I've no problems with the scripts allowing folk to register, login, logout, change password, etc. However, this morning I've begun to work on providing some "security" in the form of preventing someone from registering as an

Re: [PHP] php authentication system

2001-08-10 Thread pierre-yves
http://www.phpbuilder.com/columns/tim2505.php3 py - Original Message - From: "Andras Kende" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 10, 2001 6:44 AM Subject: [PHP] php authentication system > Hello, > > I need to password prot

[PHP] php authentication system

2001-08-10 Thread Andras Kende
Hello, I need to password protect some webpages right now its passwords everywhere Probably need some cookie based php authentication system where users login once Where can I find a simple but good script?? Thanks :) Andras -- PHP General Mailing List (http://www.php.net/) To