stable

Clone or download

Read-only

reCAPTCHA keys can be configured in the site administration UI

This is part of story #9846 add a captcha to the register page Change-Id: I9f06474928558b68300a15b374b9a930df6da686

Modified Files

Name
A plugins/captcha/include/Captcha/Administration/Controller.php +94 −0 Go to diff View file
A plugins/captcha/include/Captcha/Administration/Presenter.php +54 −0 Go to diff View file
A plugins/captcha/include/Captcha/Administration/Router.php +61 −0 Go to diff View file
A plugins/captcha/include/Captcha/ConfigurationDataAccessException.php +25 −0 Go to diff View file
A plugins/captcha/include/Captcha/ConfigurationMalformedDataException.php +25 −0 Go to diff View file
A plugins/captcha/include/Captcha/ConfigurationSaver.php +64 −0 Go to diff View file
M plugins/captcha/include/Captcha/DataAccessObject.php +29 −0 Go to diff View file
M plugins/captcha/include/autoload.php +8 −2 Go to diff View file
M plugins/captcha/include/captchaPlugin.class.php +39 −0 Go to diff View file
A plugins/captcha/include/constants.php +22 −0 Go to diff View file
M plugins/captcha/site-content/fr_FR/LC_MESSAGES/tuleap-captcha.po +29 −1 Go to diff View file
M plugins/captcha/site-content/tuleap-captcha.pot +24 −0 Go to diff View file
A plugins/captcha/templates/configuration.mustache +32 −0 Go to diff View file
A plugins/captcha/tests/ConfigurationSaverTest.php +59 −0 Go to diff View file
A plugins/captcha/www/admin/index.php +29 −0 Go to diff View file