diff --git a/ui/public/config.json b/ui/public/config.json
index 6c134087101..e9994804568 100644
--- a/ui/public/config.json
+++ b/ui/public/config.json
@@ -10,6 +10,7 @@
"docBase": "http://docs.cloudstack.apache.org/en/latest",
"appTitle": "CloudStack",
"footer": "Licensed under the Apache License, Version 2.0.",
+ "loginFooter": "",
"logo": "assets/logo.svg",
"banner": "assets/banner.svg",
"error": {
diff --git a/ui/src/layouts/UserLayout.vue b/ui/src/layouts/UserLayout.vue
index e25bab4c8cb..97faff1b446 100644
--- a/ui/src/layouts/UserLayout.vue
+++ b/ui/src/layouts/UserLayout.vue
@@ -31,6 +31,9 @@