Skip to main content

Two factor authentication for Wagtail

Project description

This Django app add’s two factor authentication to Wagtail. Behind the scenes it use django-otp which supports Time-based One-Time Passwords (TOTP). This allows you to use various apps like Authy, Google Authenticator, or 1Password.

Installation

pip install wagtail-2fa

Then add the following lines before the wagtail apps in to the INSTALLED_APPS list in your Django settings:

INSTALLED_APPS = [
    'wagtail_2fa',
    'django_otp',
    'django_otp.plugins.otp_totp',

    # other apps
]

Next add the required middleware to the MIDDLEWARE. It should come after the AuthenticationMiddleware:

MIDDLEWARE = [
    # .. other middleware
    # 'django.contrib.auth.middleware.AuthenticationMiddleware',

    'wagtail_2fa.middleware.VerifyUserMiddleware',

    # 'wagtail.core.middleware.SiteMiddleware',
    # .. other middleware
]

Settings

The following settings are available (Set via your Django settings):

  • WAGTAIL_2FA_REQUIRED (default False): When set to True all staff, superuser and other users with access to the Wagtail Admin site are forced to login using two factor authentication.

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

wagtail-2fa-0.0.3.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

wagtail_2fa-0.0.3-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

Details for the file wagtail-2fa-0.0.3.tar.gz.

File metadata

  • Download URL: wagtail-2fa-0.0.3.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for wagtail-2fa-0.0.3.tar.gz
Algorithm Hash digest
SHA256 9a782bcefe608b96c1d5d4b1329d316ab8ba3770714c6ed5bab667eb3610006a
MD5 f543f3620908c6e73f04574100b2be02
BLAKE2b-256 5ff78aad13bd0154c9f435d324d21d69eeda98bc20235b47bff377be2e483cef

See more details on using hashes here.

File details

Details for the file wagtail_2fa-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for wagtail_2fa-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 792bd9733783396e6d62ef20373842078277405d397f9377e452f3b3f1380fa5
MD5 1bb5a758660ba65aade2efdc4b66b186
BLAKE2b-256 0bf2899dcd27cd4afb6817f452df8d363c70efa6c502d1ea3ffb09633d2e18de

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