Extension:Swekey
From MediaWiki.org
|
Swekey Authentication Release status: beta |
|||
|---|---|---|---|
![]() |
|||
| Implementation | Hook, User identity | ||
| Description | Add support for swekey hardware authentication | ||
| Author(s) | swekeytalk | ||
| Last version | 2.0.1.5361 (07/30/12) | ||
| MediaWiki | 1.16 | ||
| License | GPL | ||
| Download | http://ftp.swekey.com/mediawiki-swekey-1.16-2.0.1.tar.gz | ||
|
|||
| Check usage and version matrix; Authentication stats | |||
Contents |
What can this extension do?[edit]
This extension adds support for the swekey authentication USB key. When this extension is enabled any swekey owner can choose to secure its login with his swekey. Once secured, the user won't be able to login without his swekey plugged in his computer.
Pre-requisites[edit]
This software has been tested in production from MediaWiki 1.16.x to 1.19.1 . It may or may not work with earlier or later versions, but I'm interested in making later versions work, and I'd be happy to make minor changes to make older, unsupported versions work too.
Installation and Download[edit]
- Download source from http://ftp.swekey.com/mediawiki-swekey-1.16-2.0.1.tar.gz
- Copy the swekey folder into the
extensionsfolder of your MediaWiki installation. - Change the LocalSettings.php file as described below.
Changes to LocalSettings.php[edit]
Add the following to LocalSettings.php:
require_once("$IP/extensions/swekey/swekey.setup.php");

