PHP Classes

Redistration script

Recommend this page to a friend!

      Registration  >  All threads  >  Redistration script  >  (Un) Subscribe thread alerts  
Subject:Redistration script
Summary:I found few bugs and security problem
Messages:1
Author:Tomas Paul
Date:2008-11-08 15:52:41
 

  1. Redistration script   Reply   Report abuse  
Picture of Tomas Paul 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.