• О WordPress
    • О WordPress
    • WordPress.org
    • Документация
    • Поддержка
    • Обратная связь
  • Войти
  • Регистрация
Перейти к содержимому

WordPress.org

Русский

  • Главная
  • Темы
  • Плагины
  • Поддержка
  • Документация
  • Новости
  • О нас
  • Сообщество
  • Контакт
  • Получить WordPress

Плагины

  • Любимые
  • Бета-тестирование
  • Разработчикам

Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Скачать

WP Login reCAPTCHA

Автор: Xrvel
  • Детали
  • Отзывы
  • Установка
  • Поддержка
  • Разработка

Описание

This plugin simply adds reCAPTCHA to your login form. By adding reCAPTCHA to your login form, you can prevent bot / script from trying to login to your WordPress website.

This plugin only works on default WordPress login page such as http://www.example.com/wp-login.php

Requirement :

  • You must have reCAPTCHA account. It is free. You can login on https://www.google.com/recaptcha

Установка

The installation process.

  1. Upload to the /wp-content/plugins/ directory. Or directly upload from your Plugin management page.
  2. Активируйте плагин на странице «Плагины» в панели управления WordPress.
  3. On your WP Admin, navigate under «Settings» menu, there is «WP Login reCAPTCHA» sub menu.
  4. Open that «WP Login reCAPTCHA» sub menu.
  5. Fill both public and private reCAPTCHA keys there (REQUIRED).

Часто задаваемые вопросы

Installation Instructions

The installation process.

  1. Upload to the /wp-content/plugins/ directory. Or directly upload from your Plugin management page.
  2. Активируйте плагин на странице «Плагины» в панели управления WordPress.
  3. On your WP Admin, navigate under «Settings» menu, there is «WP Login reCAPTCHA» sub menu.
  4. Open that «WP Login reCAPTCHA» sub menu.
  5. Fill both public and private reCAPTCHA keys there (REQUIRED).
Why should i use reCAPTCHA and not (put_other_captcha_here) ?

https://www.google.com/recaptcha/intro/index.html

What if somehow i entered wrong reCAPTCHA setting (for example wrong Public Key, etc), i can not login to my WordPress site

Open your wp-login-recaptcha.php file. You can find it under your /wp-content/plugins/wp-login-recaptcha directory.
Change this line

define('XRVEL_LOGIN_RECAPTCHA_ENABLED', true);

And modify it into

define('XRVEL_LOGIN_RECAPTCHA_ENABLED', false);

Refresh your login form, and reCAPTCHA will dissapear on your login form.
You can login now and fix your reCAPTCHA setting from admin page.

Отзывы

Good

bartoszbuk 31.10.2016
Works Perfectly on Every Site Tested

Good protection

outhands 03.10.2016
Good protection for login pages, most bots will be stoped if the reCAPTCHA has not been set by a real visitor.

Nice Plug in! Works nicely!

evgeniyjunior 03.09.2016
Everybody who has problem go and install recaptcha! Nobody can't do it for you. You have to get YOUR OWN API here: GET RECAPTCHA API FROM GOOGLE!

Great Simple CAPTCHA for Most Sites

tmrmarketing 03.09.2016
This is the same "light" captcha (Google based) that most basic sites like posting sites use now. i.e. Craigslist etc. It's a one button click for most logins. It's NOT heavy Armour if that's what you're needing. We use it for BOTS and automated login attempts. If you want to keep REAL hackers out... you'll need to go a bit heavier. Easy install and works well. For the "average dummy"......great plugin.

Good For Plain Website, Bad For eCommerce

Thane 03.09.2016
As of the writing of this review, there is a fairly critical flaw in this plugin, that may or may not be related to specific themes, although that is unlikely... If you run an eCommerce site, where customers will be logging in to the frontend of your site to access their 'my-account' page, such as in Woocommerce, then beware that this plugin may prevent customers from logging in, as for some reason it will throw a 404 error for a page not being found, as it somehow interacts with frontend login's even though it is designed to only work in the backend login area (/wp-login.php)... So if you run an eCommerce setup, make sure after installing this plugin that you create a customer account and try logging in from the frontend of your site, if you get a 'page not found' error, it is this plugin. I still give the plugin 3 stars because for a non-eCommerce site where you don't have people logging in to the frontend, it works great... Greatly reduces the number of bots trying to login to all the sites I manage. I would like to see support in the future from the developer to allow for frontend logins that doesn't conflict with the plugin, or simply allow for the recaptcha to show up anywhere a login form is dropped... Or maybe include a shortcode that we could use on the frontend login page so customers could login without getting a 404 page for not completing the recaptcha. But for an author that is handing out a nice little piece of security tech, can't complain too much 🙂

No funciona

josebaillo 03.09.2016
Después de instalarlo, puedes hacer login perfectamente sin marcar la pestaña de reCHAPTCHA No funciona
Посмотреть 21 отзыв

Участники и разработчики

«WP Login reCAPTCHA» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники
  • xrvel

Перевести «WP Login reCAPTCHA» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

2.0.4

  • Add additional code to prevent this plugin to be activated if site / secret key is still empty.

2.0.3

  • Add language option in WP Login reCAPTCHA setting page.

2.0.2

  • Fits reCAPTCHA perfectly on login box (style fix).

2.0.1

  • Add Setting link on WordPress plugin list menu.

2.0.0

  • WP reCAPTCHA plugin is no longer required to be installed. This plugin can work alone now.

1.0.0

  • Update for latest WP ReCAPTCHA plugin update. There is a small interface bug on WP-admin menu, which is the menu link of WP reCAPTCHA will be displayed twice. However everything is working normally on the user side.

0.1.4

  • Bug fix for latest WP ReCAPTCHA plugin update.

0.1.3

  • Add option to change reCAPTCHA color (theme).

0.1.2

  • Change XRVEL_LOGIN_RECAPTCHA_DISABLED to XRVEL_LOGIN_RECAPTCHA_ENABLED
  • Readme update.

0.1.1

  • Small fix.

0.1

  • Первый релиз.

Мета

  • Версия: 2.0.4
  • Обновление: 4 года назад
  • Активных установок: 5 000+
  • Версия WordPress: 2.9 или выше
  • Совместим вплоть до: 4.5.13
  • Язык:
    English (US)
  • Метки:
    admincaptchaloginrecaptchasecurity
  • Дополнительно

Оценки

Посмотреть все
  • 5 звёзд 13
  • 4 звезды 1
  • 3 звезды 0
  • 2 звезды 1
  • 1 звезда 6
Войдите, чтобы оставить отзыв.

Участники

  • xrvel

Поддержка

Решено проблем за последние 2 месяца:

0 из 1

Перейти в форум поддержки

Пожертвование

Would you like to support the advancement of this plugin?

Пожертвовать на развитие плагина

  • О WordPress
  • Блог
  • Хостинг
  • Пожертвовать
  • Поддержка
  • Разработчикам
  • Участвуйте
  • Учитесь
  • Витрина
  • Плагины
  • Темы
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Приватность
  • Public Code
  • @WordPress
  • WordPress

Код — это поэзия.