====== AuthAM Plugin ====== ---- plugin ---- description: Login to DokuWiki with Minecraft AuthMe account author : Mr_Fang email : klxf@vip.qq.com type : Auth lastupdate : 2024-02-04 compatible : Jack Jackrum depends : conflicts : similar : tags : authentication, minecraft downloadurl: https://github.com/klxf/dokuwiki-plugin-AuthAM/zipball/main bugtracker : https://github.com/klxf/dokuwiki-plugin-AuthAM/issues sourcerepo : https://github.com/klxf/dokuwiki-plugin-AuthAM/ donationurl: screenshot_img : # URL to a screenshot of the plugin in action ---- 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 [[plugin:extension|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 === {{rss>https://github.com/klxf/dokuwiki-plugin-AuthAM/commits/main.atom date 8}}