reCAPTCHAの設置

This commit is contained in:
shibafu
2019-01-14 15:01:50 +09:00
parent e6abcc4402
commit fcdb9d7aba
3 changed files with 17 additions and 0 deletions

View File

@@ -99,6 +99,10 @@ return [
'attribute-name' => [
'rule-name' => 'custom-message',
],
'g-recaptcha-response' => [
'required' => '「私はロボットではありません」にチェックを入れてください。',
'captcha' => 'reCAPTCHAチェックに失敗しました。何度試しても解決しない場合、管理者にお問い合わせください。',
],
],
/*