I would like to have more information.
I did what you said and it is working. After the signup, the user can re-type his e-mail to receive the confirmation.
How can I make that automatic ?? I need help to send the Login variable automaticly to the new lost password box.
Thanks !
Guillaume
This is a second reply to answer the second part to overcome the forum's 1000 character restriction.
To send the user a confirmation of their signup I redirected to a copy of reminder.php that had been modified for my needs. My modifications are too lengthy to describe here, but Reminder.php has all the required elements for what you want. Just make a copy of reminder.php and all assosciated files (reminder_header, footer, form and settings.php etc.) I renamed the copy of reminder to accountconfirm.php and set it as the signup thankyou page. So, what happens is that the user creates their user account and then goes to a page where they can either send themselves their user information (via the modified copy of reminder.php) or they can go direct to login (via a link to login.php)