From 99cb8d75cb7275168cf66e947254a55e8ad6f029 Mon Sep 17 00:00:00 2001 From: Sandro Cazzaniga Date: Wed, 4 Jul 2012 14:22:30 +0000 Subject: [PATCH] Add comments --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_WebForm.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_WebForm.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_WebForm.pm index 85e08f670..4accc8390 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_WebForm.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_WebForm.pm @@ -47,6 +47,7 @@ sub extractFormInfo { && ( $self->{confirmpassword} = $self->param('confirmpassword') ) ); } + # 4. If the captcha feature is enabled, captcha form if ( $self->{captcha_enabled} ) { my $captcha_user_code; if ( $self->param('captcha_user_code') && $self->param('captcha_code') ) {