Skip to content

cybermonde/dokuwiki-authmkpop3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

dokuwiki-authmkpop3

DokuWiki - Provides authentication against POP3

Install first php5-imap

Modify your conf/local.php :

$conf['authtype'] = 'authmkpop3';
$conf['plugin']['authmkpop3']['authserver'] = '{your.host:110/pop3}';

Create folder lib/plugins/authmkpop3

Copy plugin.info.txt and auth.php to this folder

Create users

  • by hand : username is e-mail and no password or
  • create a script to generate a conf/users.auth.php

Source : https://forum.dokuwiki.org/post/38742

Tested under : Release 2013-05-10a "Weatherwax"

About

DokuWiki - Provides authentication against POP3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published