DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:authdjango

This is an old revision of the document!


authdjango Plugin

Compatible with DokuWiki

Frusterick Manners

plugin

Last updated on
2018-03-30
Provides
Auth
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with auth, authentication, django

This plugin allows to authenticate users using a running Django installation. It uses the session of Django, thus the users need to login via Django first.

Installation

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

Configuration and Settings

  • Set the following fields in Dokuwiki configuration or in local.php
$conf['authtype'] = 'authdjango';
$conf['auth']['django']['server'] = '';
$conf['auth']['django']['user'] = '';
$conf['auth']['django']['db'] = '';
$conf['auth']['django']['password'] = '';
$conf['auth']['django']['protocol'] = 'pgsql'; // or other, see PHP PDO documentation

Development

Change Log

  • 2018-03-29
    • Initial release, based on django
  • 2018-03-29
    • Add config defaults and config description strings

Known Bugs and Issues

ToDo/Wish List

FAQ

Discussion

plugin/authdjango.1522411759.txt.gz · Last modified: 2018-03-30 14:09 by zygentoma

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki