stable

Clone or download

Read-only

Fixes request #31061: User registration capcha is not validated anymore

Issue introduced by git #tuleap/stable/2777b9dc20cafd6f974f743ef27c2302182984b4 Change-Id: I9a1fdd8f6b978857215056b9f88d1e895da242d6

Modified Files

Name
M plugins/captcha/include/Captcha/Registration/Presenter.php +4 −5 Go to diff View file
M plugins/captcha/include/captchaPlugin.php +10 −5 Go to diff View file
M plugins/captcha/templates/user-registration.mustache +4 −1 Go to diff View file
M src/common/Request/RouteCollector.php +1 −0 Go to diff View file
M src/common/User/Account/Register/AddAdditionalFieldUserRegistration.php +5 −2 Go to diff View file
M src/common/User/Account/Register/BeforeRegisterFormValidationEvent.php +5 −5 Go to diff View file
M src/common/User/Account/Register/RegisterFormHandler.php +8 −0 Go to diff View file
M src/common/User/Account/Register/RegisterFormPresenterBuilder.php +1 −1 Go to diff View file