Jump to content

Extension:GoogleAuthenticator

From mediawiki.org
MediaWiki extensions manual
GoogleAuthenticator
Release status: unmaintained
Implementation User identity
Author(s) Youri van den Bogert
Latest version 1.0.0
MediaWiki >= 1.35.0
  • $wgGAIssuer
License GNU General Public License 2.0 or later
Download
Translate the GoogleAuthenticator extension if it is available at translatewiki.net

The GoogleAuthenticator extension allows users to login with Google two factor authentification.

Installation

[edit]
  • Download and move the extracted GoogleAuthenticator folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GoogleAuthenticator
    
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'GoogleAuthenticator' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

[edit]