Skip to content

ckan/ckanext-drupal7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CKAN Drupal7 Authentication

This extension allows Drupal7 accounts to be used with CKAN. The Drupal7 authentication replaces that of CKAN and the normal CKAN registering, editing and logging in is replaced by Drupal7's.

Configuration

You must also make sure that the following are set in your CKAN config:

ckanext.drupal7.domain = <The domain that Drupal is on>
ckanext.drupal7.sysadmin_role = <Drupal role that makes users sysadmins>
ckanext.drupal7.connection = <database connection string>

Example configuration:

ckanext.drupal7.domain = localhost
ckanext.drupal7.sysadmin_role = ckan admin
ckanext.drupal7.connection = postgresql:https://drupal:pass@localhost/drupal

About

Drupal7 authentication for ckan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published