Описание
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.
- Upload to the
/wp-content/plugins/
directory. Or directly upload from your Plugin management page. - Активируйте плагин на странице «Плагины» в панели управления WordPress.
- On your WP Admin, navigate under «Settings» menu, there is «WP Login reCAPTCHA» sub menu.
- Open that «WP Login reCAPTCHA» sub menu.
- Fill both public and private reCAPTCHA keys there (REQUIRED).
Часто задаваемые вопросы
- Installation Instructions
-
The installation process.
- Upload to the
/wp-content/plugins/
directory. Or directly upload from your Plugin management page. - Активируйте плагин на странице «Плагины» в панели управления WordPress.
- On your WP Admin, navigate under «Settings» menu, there is «WP Login reCAPTCHA» sub menu.
- Open that «WP Login reCAPTCHA» sub menu.
- Fill both public and private reCAPTCHA keys there (REQUIRED).
- Upload to the
- 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 linedefine('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.
Отзывы
Участники и разработчики
«WP Login reCAPTCHA» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «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
toXRVEL_LOGIN_RECAPTCHA_ENABLED
- Readme update.
0.1.1
- Small fix.
0.1
- Первый релиз.