Extension Close For Guests


Extension Basics

Title
Close For Guests
Name
ckanext-close-for-guests
Type
Public extension
Description
CKAN extension for restricting a guest user access.
CKAN versions
Download-Url (zip)
Last commit
a month ago (2025-11-26 10:18:52)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

CI

ckanext-close-for-guests

The extension for closing CKAN to guest users and show login page.

Requirements

CKAN version Compatible?
earlier not tested
2.9 Yes

Installation

To install ckanext-close-for-guests:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. Clone the source and install it on the virtualenv

    git clone https://github.com/TIBHannover/ckanext-close-for-guests.git
    cd ckanext-close-for-guests
    pip install -e .
    pip install -r requirements.txt
    python setup.py develop
    
  3. Add close_for_guests to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).

  4. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu:

    sudo service apache2 reload
    
Version
1.1.7
Version release date
2025-11-26
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

To install ckanext-close-for-guests:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. Clone the source and install it on the virtualenv

    git clone https://github.com/TIBHannover/ckanext-close-for-guests.git
    cd ckanext-close-for-guests
    pip install -e .
    pip install -r requirements.txt
    python setup.py develop
    
  3. Add close_for_guests to the ckan.plugins setting in your CKAN config file (by defau

Plugins to configure (ckan.ini)
close_for_guests
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions