Re: WG: [PHP-DB] Confirmation e-mail

2003-02-17 Thread Leo G. Divingracia III
you dont. your confirmation email will tell them once they are logged in with a random password your script made, then they can go into the profiles section and change the password. just have a boolean column that is set once they are confirmed. you can check that against another column that

Re: WG: [PHP-DB] Confirmation e-mail

2003-02-17 Thread Brendon
On Mon, 17 Feb 2003 13:57:35 -0800, Leo G. Divingracia III [EMAIL PROTECTED] wrote: you dont. your confirmation email will tell them once they are logged in with a random password your script made, then they can go into the profiles section and change the password. just have a boolean column

Re: WG: [PHP-DB] Confirmation e-mail

2003-02-09 Thread Davy Obdam
Hi Andreas, Thanks for you responce. I am also wondering how you would do that in the database, i have a table users in my MySQL database containing the users information that submitted when they registerd. Now i want to activate thier account only after they have clicked on the confirmation