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 colum
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
lto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 9. Februar 2003 20:34
An: Php-Db
Betreff: WG: [PHP-DB] Confirmation e-mail
hi,
the best way for this is optin and optout method.
so you can referrer if the users email exist.
if the users email exists you can to assume
the user is the user who would like the
re
Hi Davy Obdam,
>[...]
> My question is what would be the best approach to achieve this? How is
> this usualy done?
Storing the password in encrypted form in a database. The confirmationmail
you can write with the normal mailcommand using addslashes. The securest way
if the password was randoml
van loock
-Ursprüngliche Nachricht-
Von: info@phpken [mailto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 9. Februar 2003 20:34
An: Php-Db
Betreff: WG: [PHP-DB] Confirmation e-mail
hi,
the best way for this is optin and optout method.
so you can referrer if the users email exist.
if the u
]
Gesendet: Sonntag, 9. Februar 2003 20:04
An: PHP; PHP-WIN; PHP-DB
Betreff: [PHP-DB] Confirmation e-mail
Hello people.,
I am developing a website with a user login system, i would like to send
an confirmation e-mail to the user when he/she registers for the site,
asking for confirmation...for inst
this is what i use. hope it helps, addison
/* send email to new member */
$emess1="Thank you...\n";
$emess2="Your Member ID and password are:\n";
$emess3="\n\n\tID:$email\n\tPassword:$password\n\n";
$emess4="Each time you submit an ad, please use your existing
ID an
Hello people.,
I am developing a website with a user login system, i would like to send
an confirmation e-mail to the user when he/she registers for the site,
asking for confirmation...for instance click on a link to activate thier
account.
My question is what would be the best approach to achi