New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Stable Readme (latest release): Spanish (Colombia)

Filter ↓ Sort ↓ All (94) Translated (0) Untranslated (94) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 7
Prio Original string Translation
Adds a Google No Captcha ReCaptcha checkbox to your Wordpress and Woocommerce login, forgot password, and user registration pages.
Priority: high
You have to log in to add a translation. Details
Adds a Google No Captcha ReCaptcha checkbox to your Wordpress and Woocommerce login, forgot password, and user registration pages.
Comment

Short description.

You have to log in to edit this translation.

Login No Captcha reCAPTCHA
Priority: high
You have to log in to add a translation. Details
Login No Captcha reCAPTCHA
Comment

Plugin name.

You have to log in to edit this translation.

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
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.
Comment

Found 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
Does this plugin protect XML-RPC or the REST API?
Comment

Found 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
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.
Comment

Found 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
Does this plugin support [insert name] custom login page plugin?
Comment

Found 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
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.
Comment

Found 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
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.
Comment

Found 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
Does this plugin add a CAPTCHA to custom forms?
Comment

Found 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
Does this plugin add a CAPTCHA to comment forms?
Comment

Found 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
Yes, please. Submit pull requests on <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fcyberscribe%2Flogin-recaptcha">github</a>.
Comment

Found 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
Can I help?
Comment

Found in faq header.

You have to log in to edit this translation.

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
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.
Comment

Found 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
I still see lots of brute force attacks against /wp-login.php in my log files
Comment

Found 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
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.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 7

Export as