Queries on un-indexed column user_email (fix completed in vcs)
In includes/ucp_remind.php and includes/ucp_resend.php, the both queries for the e-mail address are queries on the user_email field instead of the user_email_hash field. Could make for an unnecessarily time consuming query on a large board.