summary refs log tree commit diff
path: root/synapse/config/captcha.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow a (hidden undocumented) key to m.login.recaptcha to specify a shared ↵Paul "LeoNerd" Evans2014-09-231-1/+6
| | | | secret to allow bots to bypass the ReCAPTCHA test (SYN-60)
* formattingKegan Dougal2014-09-191-5/+9
|
* Add config opion for XFF headers when performing ReCaptcha auth.Kegan Dougal2014-09-051-0/+6
|
* Added a captcha config to the HS, to enable registration captcha checking ↵Kegan Dougal2014-09-051-0/+36
and for the recaptcha private key.