mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
Protect user registration with captcha (#1480)
* Protect user registration with captcha * PR feedback
This commit is contained in:
@@ -473,7 +473,7 @@ namespace Bit.Core.Settings
|
||||
|
||||
public class CaptchaSettings
|
||||
{
|
||||
public bool RequireCaptcha { get; set; } = false;
|
||||
public bool ForceCaptchaRequired { get; set; } = false;
|
||||
public string HCaptchaSecretKey { get; set; }
|
||||
public string HCaptchaSiteKey { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user