summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2020-10-02 15:07:11 -0400
committerBrian Evans <grknight@gentoo.org>2020-10-02 15:07:11 -0400
commite7e713baba52955dea8106c4b050781203280127 (patch)
tree6c49ddf8c0741ce2a4b57804c44ddf7675860a54 /PluggableAuth/extension.json
parentUpdate OpenIDConnect to 1.35 (diff)
downloadextensions-e7e713baba52955dea8106c4b050781203280127.tar.gz
extensions-e7e713baba52955dea8106c4b050781203280127.tar.bz2
extensions-e7e713baba52955dea8106c4b050781203280127.zip
Update PluggableAuth to 1.35
Signed-off-by: Brian Evans <grknight@gentoo.org>
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": {