summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'PluggableAuth/extension.json')
-rw-r--r--PluggableAuth/extension.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/PluggableAuth/extension.json b/PluggableAuth/extension.json
index 39667cdd..7d3131ee 100644
--- a/PluggableAuth/extension.json
+++ b/PluggableAuth/extension.json
@@ -1,12 +1,13 @@
{
"name": "PluggableAuth",
- "version": "5.4",
+ "version": "5.7",
"author": [
"[https://www.mediawiki.org/wiki/User:Cindy.cicalese Cindy Cicalese]"
],
"url": "https://www.mediawiki.org/wiki/Extension:PluggableAuth",
"descriptionmsg": "pluggableauth-desc",
"type": "other",
+ "license-name": "MIT",
"SpecialPages": {
"PluggableAuthLogin": "PluggableAuthLogin"
},
@@ -32,7 +33,8 @@
"UserLogoutComplete": "PluggableAuthHooks::deauthenticate",
"AuthChangeFormFields": "PluggableAuthHooks::onAuthChangeFormFields",
"PersonalUrls": "PluggableAuthHooks::modifyLoginURLs",
- "BeforeInitialize": "PluggableAuthHooks::doBeforeInitialize"
+ "BeforeInitialize": "PluggableAuthHooks::doBeforeInitialize",
+ "LocalUserCreated": "PluggableAuthHooks::onLocalUserCreated"
},
"AuthManagerAutoConfig": {
"primaryauth": {