stable

Clone or download

Read-only

Introduce captcha plugin

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

Modified Files

Name
A plugins/captcha/README.mkd +10 −0 Go to diff View file
A plugins/captcha/VERSION +1 −0 Go to diff View file
A plugins/captcha/include/Captcha/Plugin/Descriptor.php +34 −0 Go to diff View file
A plugins/captcha/include/Captcha/Plugin/Info.php +30 −0 Go to diff View file
A plugins/captcha/include/autoload.php +20 −0 Go to diff View file
A plugins/captcha/include/captchaPlugin.class.php +45 −0 Go to diff View file
A plugins/captcha/site-content/fr_FR/LC_MESSAGES/tuleap-captcha.po +8 −0 Go to diff View file
A plugins/captcha/site-content/tuleap-captcha.pot +5 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +2 −0 Go to diff View file
M tools/utils/generate-mo.sh +1 −1 Go to diff View file
M tools/utils/generate-po.sh +1 −1 Go to diff View file