Extension Password


Extension Basics

Title
Password
Name
ckanext-password
Type
Public extension
Description
The `ckanext-password` extension for CKAN likely provides enhanced password management capabilities
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-04-08 10:29:42)
Url to repo
Category
Standards Compliance


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.com/ViderumGlobal/ckanext-password.svg?token=pzRbH1jQsFTh9wzwvJtq&branch=master :target: https://travis-ci.com/viderumglobal/ckanext-password

.. image:: https://coveralls.io/repos/viderumglobal/ckanext-password/badge.svg :target: https://coveralls.io/r/viderumglobal/ckanext-password

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

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

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

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

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

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

ckanext-password

.. 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

For example, you might want to mention here which versions of CKAN this extension works with.


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-password:

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

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

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

    p

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


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
password
CKAN Settings (ckan.ini)
# ckanext.password.password_regex =

    # Message to display when the password is invalid
# ckanext.password.invalid_password_message =


------------------------
DB migration to be executed
(not set)
<< back to Extensions