-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
41 lines (41 loc) · 1.35 KB
/
Copy pathplugin.json
File metadata and controls
41 lines (41 loc) · 1.35 KB
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
33
34
35
36
37
38
39
40
41
{
"id": "registrationcode",
"name": "Registration Code",
"version": "1.0.0",
"description": "Requires a secret code for user registration. Provides an administrative interface to configure the code and a customizable help message displayed on the registration form.",
"author": "Hugo Zilliox",
"class": "App\\Plugins\\RegistrationCode\\RegistrationCodePlugin",
"main": "RegistrationCodePlugin.php",
"settings": {
"code": "CODE-SECR3T",
"message": "Contact the administrator to obtain the secret code."
},
"plugin": {
"code": "CODE-SECR3T",
"message": "Contact the administrator to obtain the secret code."
},
"active": "0",
"hooks": [
"app.routes.register",
"view.footer.content",
"plugin.view.admin.vars"
],
"permissions": {
"admin": {
"label": "Manage Registration Code Settings",
"description": "Allows administrators to configure the registration code and help message"
}
},
"compatibility": {
"min_version": "5.0.0"
},
"category": "security",
"license": "MIT License",
"homepage": "https://hzilliox.fr",
"repository": "https://github.com/ilogeek/flatboard-registrationcode",
"i18n": {
"languages": ["en", "fr"],
"directory": "langs",
"default": "fr"
}
}