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
- Host: GitHub
- URL: https://github.com/mailru/nocaptcha-wordpress
- Owner: mailru
- License: mit
- Created: 2015-06-04T12:51:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T14:51:41.000Z (over 10 years ago)
- Last Synced: 2024-12-31T19:45:56.532Z (9 months ago)
- Language: PHP
- Size: 125 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
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/MITAdds 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 formVisit 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.