stable

Clone or download

Read-only

Use user's recaptcha keys

To test it, get keys from Google [1] and insert them in the database. This is part of story #9846 add a captcha to the register page [1] https://www.google.com/recaptcha/admin Change-Id: I1a5d605738dcacd350ce59839f0a809fa0d6dd94

Modified Files

Name
A plugins/captcha/db/install.sql +4 −0 Go to diff View file
A plugins/captcha/db/uninstall.sql +1 −0 Go to diff View file
A plugins/captcha/include/Captcha/Configuration.php +55 −0 Go to diff View file
A plugins/captcha/include/Captcha/ConfigurationNotFoundException.php +25 −0 Go to diff View file
A plugins/captcha/include/Captcha/ConfigurationRetriever.php +49 −0 Go to diff View file
A plugins/captcha/include/Captcha/DataAccessObject.php +34 −0 Go to diff View file
M plugins/captcha/include/autoload.php +6 −2 Go to diff View file
M plugins/captcha/include/captchaPlugin.class.php +46 −10 Go to diff View file
A plugins/captcha/tests/ConfigurationRetrieverTest.php +56 −0 Go to diff View file