Tomas Paul - 2008-11-08 15:52:41
Dear Tristan,
I downloaded Register script. I had to change file name and some code to make script working (registration.class.php -> class.registration.php).
Now it works great. But anyway, think about security of MySQL DB saved password in config.ini file. Content of file you can be easily shown in your browser. It would be better to rename "config.ini" file to "config.php" and also change the name in the include() statement.
And the other issue is that my registration script sends confirm e-mail even if the password is not set.
Thank you for the script.