aboutsummaryrefslogtreecommitdiff
path: root/extension.json
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2019-04-17 09:00:02 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2019-04-17 09:00:02 +0200
commit015333afe98d72a42b72b2f4879fa7a1b9aa0460 (patch)
treefebf7dae3f83394547ad3c7e42520f59e6b3dc07 /extension.json
parent03667616c1c6ca3613153179dd994e73d72137f6 (diff)
downloadAuthMinetest-015333afe98d72a42b72b2f4879fa7a1b9aa0460.tar.gz
AuthMinetest-015333afe98d72a42b72b2f4879fa7a1b9aa0460.tar.bz2
AuthMinetest-015333afe98d72a42b72b2f4879fa7a1b9aa0460.zip
Repurpose plugin as minetest authentication.
Diffstat (limited to 'extension.json')
-rw-r--r--extension.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/extension.json b/extension.json
index 024966a..46a0ab1 100644
--- a/extension.json
+++ b/extension.json
@@ -1,15 +1,16 @@
{
- "name": "AuthMoodle",
+ "name": "AuthMinetest",
"version": "1.0.0",
"author": [
- "David Mudrák"
+ "Gabriel Pérez-Cerezo",
+ "David Mudrák"
],
- "url": "https://github.com/moodlehq/mediawiki-authmoodle",
- "description": "Extension for MediaWiki allowing to authenticate users against Moodle database via mobile app services",
+ "url": "https://git.bananach.space/MinetestAuth.git",
+ "description": "Extension for MediaWiki allowing to authenticate users against Minetest servers",
"license-name": "GPL-3.0+",
"type": "auth",
"AutoloadClasses": {
- "MediaWiki\\Auth\\MoodlePasswordPrimaryAuthenticationProvider": "MoodlePasswordPrimaryAuthenticationProvider.php"
+ "MediaWiki\\Auth\\MinetestPasswordPrimaryAuthenticationProvider": "MinetestPasswordPrimaryAuthenticationProvider.php"
},
"manifest_version": 1
}