An open API service indexing awesome lists of open source software.

https://github.com/mailru/nocaptcha-wordpress

WordPress module for working with Nocaptcha Mail.Ru service
https://github.com/mailru/nocaptcha-wordpress

Last synced: 8 months ago
JSON representation

WordPress module for working with Nocaptcha Mail.Ru service

Awesome Lists containing this project

README

          

=== Nocaptcha Mail.Ru ===
Contributors: man0xff
Tags: captcha, nocaptcha, spam, antispam, mailru
Requires at least: 3.0.1
Tested up to: 4.2.2
Stable tag: trunk
License: MIT
License URI: http://opensource.org/licenses/MIT

Adds integration with Nocaptcha Mail.Ru service - free intelligent CAPTCHA service.

== Description ==

Nocaptcha is free intelligent CAPTCHA service that can deliver a majority of real
users from solving a CAPTCHA riddle with the same protection level from spam
scripts. The service has been successfully used in our internal projects and on
sites unrelated to Mail.Ru.

This plugin adds integration with Nocaptcha Mail.Ru service. Widget can be
easily added to different forms:

* Comment form
* Login form
* Registration form
* Lost password form

Visit for more information:

* [Official site](https://nocaptcha.mail.ru)
* [Documentation](https://nocaptcha.mail.ru/docs)

== Installation ==

1. Upload content of repository to the `/wp-content/plugins/mailru-nocaptcha` directory.
2. Activate the plugin through the **Plugins** menu in WordPress.
3. Go to **Settings** > **Nocaptcha Mail.Ru** to configure the plugin.

== Screenshots ==

1. Widget in comment form for verified user.
2. Widget in comment form for unverified user.
3. Widget in login form for verified user.
4. Widget in login form for unverified user.
5. Plugin settings page.

== Changelog ==

= 1.0.0 =
* Plugin was created and uploaded.