stable

Clone or download

Read-only

Merge commit 'refs/changes/51/27851/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: Fixes request #31061: User registration capcha is not validated anymore

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