Extension Twofactorauth


Extension Basics

Title
Twofactorauth
Name
ckanext-twofactorauth
Type
Public extension
Description
Implements two factor auth in CKAN using a token that is emailed to the user
CKAN versions
Download-Url (zip)
Last commit
9 years ago (2016-03-14 19:57:22)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: https://travis-ci.org/dubvfan87/ckanext-twofactorauth.svg?branch=master :target: https://travis-ci.org/dubvfan87/ckanext-twofactorauth

.. image:: https://coveralls.io/repos/dubvfan87/ckanext-twofactorauth/badge.svg :target: https://coveralls.io/r/dubvfan87/ckanext-twofactorauth

.. image:: https://pypip.in/download/ckanext-twofactorauth/badge.svg :target: https://pypi.python.org/pypi//ckanext-twofactorauth/ :alt: Downloads

.. image:: https://pypip.in/version/ckanext-twofactorauth/badge.svg :target: https://pypi.python.org/pypi/ckanext-twofactorauth/ :alt: Latest Version

.. image:: https://pypip.in/py_versions/ckanext-twofactorauth/badge.svg :target: https://pypi.python.org/pypi/ckanext-twofactorauth/ :alt: Supported Python versions

.. image:: https://pypip.in/status/ckanext-twofactorauth/badge.svg :target: https://pypi.python.org/pypi/ckanext-twofactorauth/ :alt: Development Status

.. image:: https://pypip.in/license/ckanext-twofactorauth/badge.svg :target: https://pypi.python.org/pypi/ckanext-twofactorauth/ :alt: License

=============

ckanext-twofactorauth

.. Put a description of your extension here: What does it do? What features does it have? Consider including some screenshots or embedding a video!


Requirements

Requires CKAN v2.2 or greater


Installation

.. Add any additional install steps to the list below. For example installing any non-Python dependencies or adding any required config settings.

To install ckanext-twofactorauth:

  1. Activate your CKAN virtual environment, for example::

    . /usr/lib/ckan/default/bin/activate

  2. Install the ckanext-twofactorauth Python package into your virtual environment::

    pip install ckanext-two

Version
Version release date
(not set)
Contact name
Matt Moyles
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
twofactorauth
CKAN Settings (ckan.ini)
# ckanext.twofactorauth.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions