V1.2 to V1.3 -- Update 1. dbal updated to - * @version $Id: dbal.php 10041 2009-08-21 21:47:19Z terrafrost $ from * @version $Id: dbal.php 9178 2008-12-06 11:11:10Z acydburn $ -- Addition 2. Redirect to install folder if exists. Now prevents the installer from being run twice. -- Addition 3. You can now allow users to request new activation emails if there first never arrived. - DB schema has a new field called LastActivationRequest which holds the timestamp of the last activation request. - Users table. - New mail template called resend-activation.txt - New file resend-activation.php - New variable in models/settings.php - Removed active clause condition in emailUsernameLinked($email,$username) In models/settings.php //In hours, how long before usercake will allow a user to request another account activation email //Set to 0 if you want to allow unlimited requests $resend_activation_threshold = 1; Email activation must be set to true in order for this feature to work. - Update 4. Typo in activate account resolved. ------------------------------------------------------------ Report bugs to - bugs[at]usercake.com or Via facebook http://www.facebook.com/group.php?gid=95323739942