DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:autham

AuthAM Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" unknown
  • 2023-04-04 "Jack Jackrum" yes
  • 2022-07-31 "Igor" unknown
  • 2020-07-29 "Hogfather" unknown

plugin Login to DokuWiki with Minecraft AuthMe account

Last updated on
2024-02-04
Provides
Auth
Repository
Source

This plugin delegates the authentication to the plugin, which return true when checking AuthMe username and password.

:!: Since Authme doesn't store player permissions, the plugin adds a feature to the settings that specify the player ID to set the Dokuwiki admin. (Split with , to set up other admin)

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Configuration and Settings

$conf['authtype'] = 'autham';
$conf['plugin']['autham']['sql_host'] = 'localhost';
$conf['plugin']['autham']['sql_user'] = 'root';
$conf['plugin']['autham']['sql_pass'] = 'root';
$conf['plugin']['autham']['database'] = 'authme';
$conf['plugin']['autham']['table'] = 'authme';
$conf['plugin']['autham']['admin'] = 'Steve';

Development

The source code of the plugin is available at GitHub: https://github.com/klxf/dokuwiki-plugin-AuthAM.

Changelog

plugin/autham.txt · Last modified: 2024-02-04 10:00 by Mr_Fang

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