mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 20:54:50 -04:00
Added a captcha config to the HS, to enable registration captcha checking and for the recaptcha private key.
This commit is contained in:
parent
c80f739461
commit
0b9e1e7b56
5 changed files with 44 additions and 3 deletions
|
@ -29,6 +29,7 @@ class Codes(object):
|
|||
NOT_FOUND = "M_NOT_FOUND"
|
||||
UNKNOWN_TOKEN = "M_UNKNOWN_TOKEN"
|
||||
LIMIT_EXCEEDED = "M_LIMIT_EXCEEDED"
|
||||
NEEDS_CAPTCHA = "M_NEEDS_CAPTCHA"
|
||||
|
||||
|
||||
class CodeMessageException(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue