-
Notifications
You must be signed in to change notification settings - Fork 5
/
extension.json
32 lines (32 loc) · 961 Bytes
/
extension.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "AuthRemoteuser",
"namemsg": "authremoteuser-extensionname",
"version": "1.3.2",
"author": ["Otheus Shelling", "Rusty Burchfield", "James Kinsman", "Daniel Thomas", "Ian Ward Comfort", "[[mw:User:MarkAHershberger|Mark A. Hershberger]]", "Jonas Gröger", "Andreas Fink"],
"url": "https://www.mediawiki.org/wiki/Extension:AuthRemoteuser",
"descriptionmsg": "authremoteuser-desc",
"type": "authentication",
"license-name": "GPL-2.0+",
"MessagesDirs": {
"AuthRemoteuser": [
"i18n"
]
},
"AutoloadClasses": {
"AuthRemoteuser": "AuthRemoteuser.body.php"
},
"SessionProviders": {
"AuthRemoteuser": {
"class": "AuthRemoteuser",
"args": [{"priority": 80}]
}
},
"config": {
"_prefix": "",
"wgAuthRemoteuserDomain": "",
"wgAuthRemoteuserMailDomain": "example.wiki",
"wgAuthRemoteuserNotify": false,
"wgAuthRemoteuserEnvVariable" : "REMOTE_USER"
},
"manifest_version": 1
}