Extension:SignupAPI
Appearance
Release status: experimental |
|
|---|---|
| Implementation | User activity, Ajax, Special page, API, Hook, Database |
| Description | It creates a special page that cleans up SpecialUserLogin from signup related stuff, adds an API for signup, adds sourcetracking for account creation & AJAX-ifies the signup form |
| Author(s) | (Akshay.agarwaltalk) |
| Latest version | 1.0 |
| MediaWiki | 1.19 |
| PHP | 5.0 |
| Database changes | Yes |
|
$wgSignupAPIUseAjax, $wgSignupAPISourceCreation |
|
| Licence | GNU General Public License (any version) |
| Download | |
| Translate the SignupAPI extension if it is available at translatewiki.net | |
What can this extension do?
Usage
Download instructions
Please cut and paste the code found below and place it in $IP/extensions/ExtensionName/ExtensionName.php. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.
Installation
To install this extension, add the following to LocalSettings.php:
#add configuration parameters here
#setup user rights here
require_once("$IP/extensions/ExtensionName/ExtensionName.php");
Configuration parameters
User rights
Code
# put your code here
# note that the ending ?> tag should not be present,
# as it's not needed and is likely to cause only problems.
# This has been since MediaWiki 1.11 and newer releases.
