Skip to content
This repository was archived by the owner on Oct 14, 2019. It is now read-only.

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

AuthWordpress

DEPRECATED due new SessionManager and AuthManager since version 1.27 of MediaWiki for more Information look at: https://www.mediawiki.org/wiki/Manual:SessionManager_and_AuthManager

Wordpress Authentification module for MediaWiki

Installation

Just drop this file in extensions and add these few lines in your LocalSettings.php

require_once( 'extensions/AuthWordpress/AuthWordpress.php' );
$wgAuth = new AuthWordpress();
$wgAuth->setAuthWordpressTablePrefix('wp_');
$wgAuth->setAuthWordpressDBServer ('CHANGEME'); // wordpress host (eg. localhost)
$wgAuth->setAuthWordpressDBName('DBNAME'); // wordpress database
$wgAuth->setAuthWordpressUser('DBUSER'); // wordpress db username
$wgAuth->setAuthWordpressPassword('DBPASS'); // wordpress db password

About

Wordpress Authentification module for MediaWiki.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages