DEPRECATED
This extension has been replaced by the
ckanext-passwordless_api <https://gitlabext.wsl.ch/EnviDat/ckan_extensions/ckanext-passwordless_api>_
extension.
ckanext-passwordless
.. Put a description of your extension here:
What does it do? What features does it have?
Consider including some screenshots or embedding a video!
This extension prevents the storage of passwords. Login is performed by requesting a single use token via email.
.. figure:: ckanext-passwordless.png
:align: center
:alt: extension diagram
:figclass: align-center
Passwordless login process
Requirements
Developed for CKAN version 2.8 (should still work for 2.7.2, otherwise select the tag v1.0)
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-passwordless:
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
Install the ckanext-passwordless Python package into your virtual environment::
pip install ckanext-passwordless
Add passwordless to the ckan.plugins setting in your CKAN
config file (by default the config file is located at
/etc/ckan/default/production.ini).
Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu::
sudo service apache2 reload
Config Settings
Document any optional config settings here. For example::
# The minimum number of hours to wait before re-checking a resource
# (optional, default: 24).
ckanext.passwordless.some_setting = some_default_value
Development Installation
To install ckanext-passwordless for development, activate your CKAN virtualenv and
do::
git clone https://github.com/espo