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

seeseekey/AuthWordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages