Update ANTIBOT_HCAPTCHA_SECRET setting's regex to support new format

This commit is contained in:
Théophile Diot 2023-09-08 12:20:30 +02:00
parent 6404b701c0
commit ea6ae52539
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -74,7 +74,7 @@
"help": "Secret for hCaptcha challenge.",
"id": "antibot-hcaptcha-secret",
"label": "hCaptcha secret",
"regex": "^(0x[a-zA-Z0-9]+)?$",
"regex": "^\\w*$",
"type": "password"
},
"ANTIBOT_TURNSTILE_SITEKEY": {