ckanext-passwordless
DEPRECATED — This extension has been replaced by ckanext-passwordless_api.
This extension prevents the storage of passwords. Login is performed by requesting a single use token via email.
Requirements
Developed for CKAN version 2.8 (should still work for 2.7.2, otherwise select the tag v1.0).
Installation
- Activate your CKAN virtual environment.
Install:
pip install ckanext-passwordless
Add passwordless to the ckan.plugins setting in your CKAN config file.
- Restart CKAN.
License
AGPL-3.0