diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index b8956a70..f9dc51b2 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -3112,6 +3112,16 @@ ] } } + }, + "showLanguageSelect": { + "type": "string", + "default": null, + "description": "Show Language Selector on Login Page, \"top\" inside Login Box or \"bottom\" at Bottom of Page", + "enum": [ + null, + "top", + "bottom" + ] } } } @@ -3483,4 +3493,4 @@ } } } -} +} \ No newline at end of file diff --git a/views/login2.handlebars b/views/login2.handlebars index 9b0e8944..a7822eba 100644 --- a/views/login2.handlebars +++ b/views/login2.handlebars @@ -87,6 +87,7 @@ +