Extension Organization Approval


Extension Basics

Title
Organization Approval
Name
ckanext-organizationapproval
Type
Public extension
Description
Adds approval_status functionality to CKAN, currently implemented for organizations to require approval before they become active.
CKAN versions
Download-Url (zip)
Last commit
21 days ago (2026-02-16 13:52:25)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

ckanext-organizationapproval

Add’s approval_status functionality to CKAN. Currently implemented only for organizations.

Installation

To install ckanext-organizationapproval:

  1. Activate your CKAN virtual environment, for example:

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

  2. Install the extension:

    pip install -e git+https://github.com/vrk-kpa/ckanext-organizationapproval.git#egg=ckanext-organizationapproval
    
  3. Add organizationapproval to the ckan.plugins setting in your CKAN config file.

  4. Restart CKAN.

License

AGPL-3.0

Version
0.0.1
Version release date
2025-09-16
Contact name
Finnish Digital Agency (vrk-kpa)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘organizationapproval’ to the ckan.plugins setting in your CKAN config file.

Plugins to configure (ckan.ini)
organizationapproval
CKAN Settings (ckan.ini)
# No specific environment variables documented
DB migration to be executed
(not set)
<< back to Extensions