Skip to main content

easy added captcha to login page of django admin

Project description

django-multi-captcha-admin

PyPi Version PyPI - Downloads GitHub stars

Easy added captcha to Django administration login page.


Dependency

To use this module you need to install django and one of the captcha engines, which you can install it with easy_install or pip.


Installation

Install:

pip install django-multi-captcha-admin

if you are using python 2 then install version 1.0.0 (pip install django-multi-captcha-admin==1.0.0)

Add 'multi_captcha_admin' to your INSTALLED_APPS setting before 'django.contrib.admin' app.

INSTALLED_APPS = [
	...
	'multi_captcha_admin',
	'django.contrib.admin',
	...
]

Engines

We support three famous engines to render CAPTCHA. You need to install one of them, then add it to your django project according to their documents.

For more information, please go to the engine site.

Then add the following to your settings.py with the name of the installed engine:

MULTI_CAPTCHA_ADMIN = {
    'engine': 'recaptcha2',
}

Results

recaptcha2

captcha of recaptcha2

recaptcha

captcha of recaptcha

simple captcha

captcha of recaptcha

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-multi-captcha-admin-2.0.0.tar.gz (4.9 kB view details)

Uploaded Source

File details

Details for the file django-multi-captcha-admin-2.0.0.tar.gz.

File metadata

  • Download URL: django-multi-captcha-admin-2.0.0.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for django-multi-captcha-admin-2.0.0.tar.gz
Algorithm Hash digest
SHA256 cf579d741ac120fb3ec9d6cdcd67f9ff91356f92a59f9ad084abc22ca9a30d9b
MD5 54cf3d2fa64df54b3faa65144beb93dc
BLAKE2b-256 5f268918427cac555f179ae1441ecf7a1fc3db8c1d2a8c72d7afbde41f6ee52b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page