@ -65,7 +65,7 @@ if (
DISPLAY_MAILSENT => 0,
DISPLAY_PASSWORD_FORM => 0,
);
}
# Display captcha if it's enabled
if ( $portal->{captcha_enabled} ) {
$template->param(
@ -74,7 +74,6 @@ if (
CAPTCHA_SIZE => $portal->{captcha_size}
# Display mail confirmation resent form
if ( $portal->{error} == PE_MAILCONFIRMATION_ALREADY_SENT ) {