Extension:Swekey
From MediaWiki.org
|
Release status: beta |
|||
|---|---|---|---|
![]() |
|||
| Implementation | Hook, User identity | ||
| Description | Add support for swekey hardware authentication | ||
| Author(s) | swekeyTalk | ||
| Last Version | 1.0.1.3544 (03/09/09) | ||
| MediaWiki | 1.13 | ||
| License | GPL | ||
| Download | http://ftp.swekey.com/mediawiki-swekey-1.13-1.0.1.tar.gz | ||
| Example | http://mediawiki.swekey.com | ||
|
|||
|
check usage (experimental) |
|||
Contents |
[edit] What can this extension do?
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.
[edit] Pre-requisites
This software has been tested in production with MediaWiki 1.13.x. 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.
[edit] Installation and Download
- Download source from http://ftp.swekey.com/mediawiki-swekey-1.13-1.0.1.tar.gz
- Copy the swekey folder into the
extensionsfolder of your MediaWiki installation. - Change the LocalSettings.php file as described below.
[edit] Changes to LocalSettings.php
Add the following to LocalSettings.php:
require_once("$IP/extensions/swekey/swekey.setup.php");
[edit] See also
Categories: Beta status extensions | Hook extensions | User identity extensions | SkinAfterBottomScripts extensions | AbortLogin extensions | NormalizeMessageKey extensions | PreferencesUserInformationPanel extensions | InitPreferencesForm extensions | ResetPreferences extensions | SavePreferences extensions | All extensions
