New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Adds a Google No Captcha ReCaptcha checkbox to your Wordpress and Woocommerce login, forgot password, and user registration pages. | You have to log in to add a translation. | Details |
Original untranslated
Adds a Google No Captcha ReCaptcha checkbox to your Wordpress and Woocommerce login, forgot password, and user registration pages.
You have to log in to edit this translation. |
|||
| ↑ | Login No Captcha reCAPTCHA | You have to log in to add a translation. | Details |
Original untranslated |
|||
| No. This plugin protects the standard WordPress login form at wp-login.php and WooCommerce login, registration, and lost password forms. Authentication requests made via XML-RPC (xmlrpc.php) or the WordPress REST API do not pass through the login form and therefore bypass reCAPTCHA entirely. If you are concerned about brute-force attacks via these endpoints, you should disable XML-RPC if you do not use it (many security plugins offer this) and ensure the REST API authentication endpoints are protected separately. This plugin tries to do just a few things well. | You have to log in to add a translation. | Details | |
Original untranslated
No. This plugin protects the standard WordPress login form at wp-login.php and WooCommerce login, registration, and lost password forms. Authentication requests made via XML-RPC (xmlrpc.php) or the WordPress REST API do not pass through the login form and therefore bypass reCAPTCHA entirely. If you are concerned about brute-force attacks via these endpoints, you should disable XML-RPC if you do not use it (many security plugins offer this) and ensure the REST API authentication endpoints are protected separately. This plugin tries to do just a few things well.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Does this plugin protect XML-RPC or the REST API? | You have to log in to add a translation. | Details | |
Original untranslated
Does this plugin protect XML-RPC or the REST API?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Probably not. Many custom login form plugins do not call the standard <a href="proxy.php?url=https%3A%2F%2Fcodex.wordpress.org%2FPlugin_API%2FAction_Reference%2Flogin_form">login_form</a> action hook from their login forms, making it impossible to correctly render the captcha after the password prompt. For this reason, this plugin only supports the default wp-login.php and WooCommerce forms. Many such plugins do offer captcha fields (sometimes as a paid upgrade). This plugin tries to do just a few things well. | You have to log in to add a translation. | Details | |
Original untranslated
Probably not. Many custom login form plugins do not call the standard <a href="proxy.php?url=https%3A%2F%2Fcodex.wordpress.org%2FPlugin_API%2FAction_Reference%2Flogin_form">login_form</a> action hook from their login forms, making it impossible to correctly render the captcha after the password prompt. For this reason, this plugin only supports the default wp-login.php and WooCommerce forms. Many such plugins do offer captcha fields (sometimes as a paid upgrade). This plugin tries to do just a few things well.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Does this plugin support [insert name] custom login page plugin? | You have to log in to add a translation. | Details | |
Original untranslated
Does this plugin support [insert name] custom login page plugin?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| No. This plugin is designed to thwart automated hacking attempts, not prevent spam from custom forms. Most good custom form plugins have their own spam prevention methods. Many of them support a CAPTCHA field already. This plugin tries to do just a few things well. | You have to log in to add a translation. | Details | |
Original untranslated
No. This plugin is designed to thwart automated hacking attempts, not prevent spam from custom forms. Most good custom form plugins have their own spam prevention methods. Many of them support a CAPTCHA field already. This plugin tries to do just a few things well.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| No. This plugin is designed to thwart automated hacking attempts, not prevent comment spam. Most good comment plugins have their own spam prevention methods. This plugin tries to do just a few things well. | You have to log in to add a translation. | Details | |
Original untranslated
No. This plugin is designed to thwart automated hacking attempts, not prevent comment spam. Most good comment plugins have their own spam prevention methods. This plugin tries to do just a few things well.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Does this plugin add a CAPTCHA to custom forms? | You have to log in to add a translation. | Details | |
Original untranslated
Does this plugin add a CAPTCHA to custom forms?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Does this plugin add a CAPTCHA to comment forms? | You have to log in to add a translation. | Details | |
Original untranslated
Does this plugin add a CAPTCHA to comment forms?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Yes, please. Submit pull requests on <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fcyberscribe%2Flogin-recaptcha">github</a>. | You have to log in to add a translation. | Details | |
Original untranslated
Yes, please. Submit pull requests on <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fcyberscribe%2Flogin-recaptcha">github</a>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Can I help? | You have to log in to add a translation. | Details | |
Original untranslated |
|||
| The reCAPTCHA plugin will not prevent the attempt of brute force attacks, rather it will simply ensure that they do not succeed. That is, scripts may still attempt direct POST attacks against /wp-login.php, but without the correct reCAPTCHA data, they will not go through (even if they have guessed the login and password correctly). To prevent repeat attempts against /wp-login.php, consider using a plugin that <a href="proxy.php?url=https%3A%2F%2Fen-gb.wordpress.org%2Fplugins%2Fsearch.php%3Fq%3DLimit%2BLogin%2BAttempts">limits login attempts</a> in conjunction with this one. Other approaches, such as a <a href="proxy.php?url=https%3A%2F%2Fen-gb.wordpress.org%2Fplugins%2Ftags%2Fweb-application-firewall">web application firewall</a> should also form a part of your complete defense-in-depth strategy. | You have to log in to add a translation. | Details | |
Original untranslated
The reCAPTCHA plugin will not prevent the attempt of brute force attacks, rather it will simply ensure that they do not succeed. That is, scripts may still attempt direct POST attacks against /wp-login.php, but without the correct reCAPTCHA data, they will not go through (even if they have guessed the login and password correctly). To prevent repeat attempts against /wp-login.php, consider using a plugin that <a href="proxy.php?url=https%3A%2F%2Fen-gb.wordpress.org%2Fplugins%2Fsearch.php%3Fq%3DLimit%2BLogin%2BAttempts">limits login attempts</a> in conjunction with this one. Other approaches, such as a <a href="proxy.php?url=https%3A%2F%2Fen-gb.wordpress.org%2Fplugins%2Ftags%2Fweb-application-firewall">web application firewall</a> should also form a part of your complete defense-in-depth strategy.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| I still see lots of brute force attacks against /wp-login.php in my log files | You have to log in to add a translation. | Details | |
Original untranslated
I still see lots of brute force attacks against /wp-login.php in my log files
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Please see <a href="proxy.php?url=https%3A%2F%2Fsupport.google.com%2Frecaptcha%2Fanswer%2F6223838%3Fhl%3Den">this page</a> for help from Google. | You have to log in to add a translation. | Details | |
Original untranslated
Please see <a href="proxy.php?url=https%3A%2F%2Fsupport.google.com%2Frecaptcha%2Fanswer%2F6223838%3Fhl%3Den">this page</a> for help from Google.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.