RE: [PHP-WIN] script not allowing login after generating new password

2003-02-04 Thread Svensson, B.A.T. (HKG)
> From: Beach, Jim > In hind-sight it was painfully obvious. I have a lot to learn about > testing and debugging! We all do. There is an entire, thick, book (a classical work) called "software testing" or just "testing", don't really remember any more, by, hmm, I seams to have forgotten that

RE: [PHP-WIN] script not allowing login after generating new password

2003-02-04 Thread Beach, Jim
Thanks for all your help. I performed some tests sent to me by other responders and still no luck. But in the mean time I also discovered that I was passing the user results of the wrong function! I changed how I report the new password to the user and it works now. In hind-sight it was p

RE: [PHP-WIN] script not allowing login after generating new password

2003-02-04 Thread Svensson, B.A.T. (HKG)
I believe I have the supreme right to classify my own questions as stupid as I will and feel for. ;) But next time I can write "A brilliant question: ?" to make everybody happy. :) > -Original Message- > From: Cam Dunstan > Sent: Tuesday, February 04, 2003 12:36 AM > > There

Re: [PHP-WIN] script not allowing login after generating new password

2003-02-03 Thread Cam Dunstan
tool of all. - Original Message - From: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]> To: "Beach, Jim" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 04, 2003 2:50 AM Subject: RE: [PHP-WIN] script not allowing login after gener

RE: [PHP-WIN] script not allowing login after generating new password

2003-02-03 Thread Svensson, B.A.T. (HKG)
Stupid question: Are you returning the encrypted string to the "user"? > -Original Message- > From: Beach, Jim [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 03, 2003 4:46 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] script not allowing login after

[PHP-WIN] script not allowing login after generating new password

2003-02-03 Thread Beach, Jim
Hi, I'm new in this list and to PHP and MySQL. I'd welcome any help you can give. I'm working on a simple application where a registered user submits a "forgot my password" form. The script is supposed to generate a random new password, write it to the database, and send it to the user. Then th