Extensions Plugin Manager Edit CAPTCHA Group/pt-br: Difference between revisions
From Joomla! Documentation
Created page with "O captcha é um método, usando a API do Google versão 2, para proteger formulários (dos envios a partir de robôs)." |
Created page with "pt-br" |
||
Line 6: | Line 6: | ||
O captcha é um método, usando a API do Google versão 2, para proteger formulários (dos envios a partir de robôs). | O captcha é um método, usando a API do Google versão 2, para proteger formulários (dos envios a partir de robôs). | ||
O '''ReCAPTCHA invisível''' não requer interação do usuário, a menos que o algoritmo suspeite que o usuário seja um robô. Ele coloca um ícone com controle deslizante no canto inferior esquerdo ou direito da tela, ou um ícone com um controle deslizante aberto diretamente no formulário. | |||
''' | :[[File:Help-4x-Extensions-Plugin-Manager-Edit-captcha-v3-example-pt-br.png|265px]] | ||
:[[File:Help-4x-Extensions-Plugin-Manager-Edit-captcha-v3-example- | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> |
Revision as of 14:01, 10 October 2022
CAPTCHA Group
O captcha é um método, usando a API do Google versão 2, para proteger formulários (dos envios a partir de robôs).
O ReCAPTCHA invisível não requer interação do usuário, a menos que o algoritmo suspeite que o usuário seja um robô. Ele coloca um ícone com controle deslizante no canto inferior esquerdo ou direito da tela, ou um ícone com um controle deslizante aberto diretamente no formulário.
reCAPTCHA places a box requiring user selection directly in the form. It responds with a green tick unless the algorithm suspects that the user is a robot.
- [[File:Help-4x-Extensions-Plugin-Manager-Edit-captcha-v2-example-en.png|265px]]
In either case, a suspect response will invoke a puzzle to solve.
After enabling one of the Captcha plugins you need to select a Default Captcha in Global Configuration.
More information: Developer's Guide. You will need a Google account. If you have a Production site and a Development site you can include both domains and 'localhost' in the key registration.
CAPTCHA - Invisible ReCAPTCHA
- [[File:Help-4x-Extensions-Plugin-Manager-Edit-captcha-invisiblerecaptcha-options-screen-en.png|600px]]
- Site Key. Used in the JavaScript code that is served to your users.
- Secret Key. Used in the communication between your server and the reCAPTCHA server. Be sure to keep it a secret.
- Badge. Positioning of the reCAPTCHA badge.
- Tabindex. The tabindex of the challenge.
- Callback. (Optional) JavaScript callback, executed after succesful reCAPTCHA response.
- Expired Callback. (Optional) JavaScript callback, executed when the reCAPTCHA is expired.
- Error Callback. (Optional) JavaScript callback, executed when the reCAPTCHA encounters an error.
CAPTCHA - ReCAPTCHA
This CAPTCHA plugin uses the reCAPTCHA service to prevent spammers while it helps to digitize books, newspapers and old radio shows. The fields 'Site key' and 'Secret key' must be filled in before activating.
- [[File:Help-4x-Extensions-Plugin-Manager-Edit-captcha-recaptcha-options-screen-en.png|600px]]
This plugin has following options:
- Version. Version of reCaptcha. It is recommended to all new site to use version 2.0 as version 1.0 has no longer supported by Google.
- Site Key. Used in the JavaScript code that is served to your users.
- Secret Key. Used in the communication between your server and the reCaptcha server. Be sure to keep it a secret.
- Theme. Defines which theme to use for reCaptcha.
- Size. You can choose either 'Normal' or 'Compact' size of reCaptcha view to fit in your template.
- Tabindex. The tabindex of the challenge.
- Callback. (Optional) JavaScript callback, executed after succesful reCAPTCHA response.
- Expired Callback. (Optional) JavaScript callback, executed when the reCAPTCHA is expired.
- Error Callback. (Optional) JavaScript callback, executed when the reCAPTCHA encounters an error.