As of reCaptcha v1.2.1 an API was added which plugins must now use to enable support. Plugin Integration for reCAPTCHA is now controlled in the Plugins own Configuration and not the reCAPTCHA configuration.
項目(変数) | デフォルト | 説明 |
---|---|---|
site_key | (未入力) | reCAPTCHA APIのSite Keyを入力します。お持ちでない場合は、https://www.google.com/recaptcha/admin/createで登録して入手してください。 |
secret_key | (未入力) | reCAPTCHA APIのSecret Keyを入力します。お持ちでない場合は、https://www.google.com/recaptcha/admin/createで登録して入手してください。 |
invisible_site_key | (未入力) | Invisible reCAPTCHA APIのSite Keyを入力します。お持ちでない場合は、https://www.google.com/recaptcha/admin/createで登録して入手してください。 |
invisible_secret_key | (未入力) | Invisible reCAPTCHA APIのSecret Keyを入力します。お持ちでない場合は、https://www.google.com/recaptcha/admin/createで登録して入手してください。 |
logging | いいえ | 「はい」にすると、reCAPTCHAは無効な入力をログファイル(recaptcha.log)に記録します。 |
項目(変数) | デフォルト | 説明 |
---|---|---|
anonymous_only | いいえ | 「はい」にすると、reCAPTCHAはゲストユーザーに対してのみ表示されます。 |
remoteusers | いいえ | 「はい」にすると、reCAPTCHAが全てのリモートユーザーに対して強制されるようになります。 |
enable_comment | はい | 「はい」にすると、reCAPTCHAがコメントに対して有効になります。 |
enable_contact | はい | 「はい」にすると、reCAPTCHAがメール送信に対して有効になります。 |
enable_emailstory | はい | 「はい」にすると、reCAPTCHAが「記事をメールする」に対して有効になります。 |
enable_registration | はい | 「はい」にすると、reCAPTCHAがユーザー登録の際に有効になります。 |
enable_story | はい | 「はい」にすると、reCAPTCHAが記事を投稿する際に有効になります。 |
enable_getpassword | はい | 「はい」にすると、reCAPTCHAがパスワード再設定フォームに対して有効になります。 |
enable_loginform | Yes | 「はい」にすると、reCAPTCHAがログインフォームに対して有効になります。 Important: If any type of CAPTCHA is enabled for the user login you must disable Read Access for Anonymous users for the User Functions block. The Block Name is "user_block" and you can find the permission under Access Rights on the Block Editor form. The reason for this is because this block will display a mini login form that does not support reCAPTCHA and therefore will always fail to login the user from it. Do not disable this block completely as the User Functions block is needed once users are logged in. You should then make sure the login menu element is enabled in the Geeklog Configuration so users can find out how to access the full page login form. |