· A simple CAPTCHA is included in scms/scms_include/captcha. An scmsUseCaptchaS constant has been added for enabling/disabling image CAPTCHAs.
· Captcha Images have been added to ALL AUTHENTICATED forms. The old $_SESSION['scms_logins'] variable has been removed from authenticate.php and main.php.
· Bugs have been fixed in Update() in scms_users.php.
· The old code bugFixRequirePath.php has been removed from all includes.
· A quick and dirty installer was added with the same settings as Joomla's.
· All PHP supported hashing algorithms were added.
· MySQL credentials were moved to the configuration file.
· DES and AES encryption were removed from scmsAccountLocking_HashAlgo.
· Some CSS bugs were fixed.
· Functionality to retrieve a forgotten password or request a new password was added.
· CSRF protection was improved.
· Some bugs with the login page were fixed.