Do not call captcha method in process (#217)

This commit is contained in:
Clément Oudot 2013-02-20 14:52:08 +00:00
parent bbd05fdd88
commit 4ff3bea859

View File

@ -29,8 +29,6 @@ use POSIX qw(strftime);
# - extractMailInfo # - extractMailInfo
# - getMailUser # - getMailUser
# - storeMailSession # - storeMailSession
# - initCaptcha
# - checkCaptcha
# - sendConfirmationMail # - sendConfirmationMail
# - changePassword # - changePassword
# - sendPasswordMail # - sendPasswordMail
@ -52,9 +50,8 @@ sub process {
$self->{error} = $self->_subProcess( $self->{error} = $self->_subProcess(
qw(smtpInit userDBInit passwordDBInit extractMailInfo qw(smtpInit userDBInit passwordDBInit extractMailInfo
getMailUser initCaptcha checkCaptcha setSessionInfo getMailUser setSessionInfo setMacros setGroups setPersistentSessionInfo
setMacros setGroups setPersistentSessionInfo setLocalGroups setLocalGroups storeMailSession sendConfirmationMail changePassword sendPasswordMail)
storeMailSession sendConfirmationMail changePassword sendPasswordMail)
); );
return ( return (