User registration problems should be fixed
Posted: Fri Sep 18, 2009 20:29
Since the move, DRD Team seems to have been plagued with different problems relating to user registration. Two problems appear to have caused this:
- The php mail() function was not working. It may have been due to the sendmail configuration on this host - however, I may simply resort to using an external SMTP server instead. The problem is solved for now - it sends mail, but it will most likely be marked as "spam" - I am not positive how I will resolve that.
- The register function itself did not permit registrations - at all. The method that was previously used to verify clients was broken during the move - and I am not yet quite sure how to fix it. It has been temporarily disabled, though.
- Additionally, CAPTCHA settings have also changed. It should be much more readable now - I figure it's safe to loosen this up quite a bit due to the other verification that is in place.