Skip to content

No Captcha Security, plugin for the web2py framework to enable bot protection using no-captcha techniques

License

Notifications You must be signed in to change notification settings

daxslab/web2py-no-captcha-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web2py-thumbnails

No Captcha Security, plugin for the web2py framework to enable bot protection using no-captcha techniques.

Includes a Honeypot implementation and a js generated checkbox

Installation

  • Download The plugin installer (.w2p file) and install it via the web2py interface.

Usage

The usage is similar to the Recaptcha functionality included in the framework

# coding: utf8

# Honeypot
# ========

# import Honeypot
from plugin_ncs.ncs import Honeypot

# include in form
form.append(Honeypot())
# it can also be inserted in a any SQLFORM by injection:
# form.element('form').insert(-1, Honeypot())

# JsCheckbox
# ==========

# import JsCheckbox
from plugin_ncs.ncs import JsCheckbox

# include in form
form.append(Honeypot())
# it can also be inserted in a any SQLFORM by injection:
# form.element('form').insert(-1, Honeypot())

About

No Captcha Security, plugin for the web2py framework to enable bot protection using no-captcha techniques

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published