From 5c9b0acd4ce1a2ae84f6e45aef130d176ba92516 Mon Sep 17 00:00:00 2001 From: Vishesh Date: Tue, 25 Feb 2025 15:38:16 +0530 Subject: [PATCH 1/2] Allow custom footer in password reset page --- ui/public/config.json | 1 + ui/src/layouts/UserLayout.vue | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/public/config.json b/ui/public/config.json index 774e414af0a2..38d1fd9bbe71 100644 --- a/ui/public/config.json +++ b/ui/public/config.json @@ -13,6 +13,7 @@ "loginTitle": "CloudStack", "loginFavicon": "assets/logo.svg", "loginFooter": "", + "resetPasswordFooter": "", "logo": "assets/logo.svg", "minilogo": "assets/mini-logo.svg", "banner": "assets/banner.svg", diff --git a/ui/src/layouts/UserLayout.vue b/ui/src/layouts/UserLayout.vue index 6c81c858bd2b..74a0f596c22b 100644 --- a/ui/src/layouts/UserLayout.vue +++ b/ui/src/layouts/UserLayout.vue @@ -37,8 +37,9 @@ - From e1fbde182e113a64fef2ee96f09b53e27e242ccf Mon Sep 17 00:00:00 2001 From: Vishesh Date: Tue, 4 Mar 2025 00:43:52 +0530 Subject: [PATCH 2/2] fixup --- ui/src/layouts/UserLayout.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/layouts/UserLayout.vue b/ui/src/layouts/UserLayout.vue index 74a0f596c22b..52fe94c7f5dd 100644 --- a/ui/src/layouts/UserLayout.vue +++ b/ui/src/layouts/UserLayout.vue @@ -38,8 +38,8 @@