Added LoginFooter option.

This commit is contained in:
Ylian Saint-Hilaire
2020-12-21 23:32:50 -08:00
parent 2329023259
commit 3dc616151a
3 changed files with 4 additions and 2 deletions

View File

@@ -174,7 +174,8 @@
"welcomeText": { "type": "string", "description": "Text that will be shown on the login screen." },
"welcomePicture": { "type": "string", "description": "Name of the PNG or JPEG file that will be shown on the login screen. Put this file in the meshcentral-data folder and place the file name here." },
"hide": { "type": "integer", "default": 0 },
"footer": { "type": "string", "default": null },
"footer": { "type": "string", "default": null, "description": "This is a HTML string displayed at the bottom of the web page when a user is logged in." },
"loginfooter": { "type": "string", "default": null "description": "This is a HTML string displayed at the bottom of the web page when a user is not logged in." },
"certUrl": {
"type": "string",
"format": "uri",