feature: google recaptcha

This commit is contained in:
Tokumeikoi
2020-10-09 23:27:36 +08:00
parent 3d26fda064
commit 54ab44c3fd
7 changed files with 30 additions and 4 deletions

View File

@ -35,6 +35,9 @@ class ConfigSave extends FormRequest
'email_whitelist_enable' => 'in:0,1',
'email_whitelist_suffix' => '',
'email_gmail_limit_enable' => 'in:0,1',
'recaptcha_enable' => 'in:0,1',
'recaptcha_key' => '',
'recaptcha_site_key' => '',
// subscribe
'plan_change_enable' => 'in:0,1',
'reset_traffic_method' => 'in:0,1',