From 7473336827d7d2cc433c6df7172d3154c50fa0ae Mon Sep 17 00:00:00 2001 From: Ayman Abi Abdallah Date: Fri, 20 Oct 2023 13:52:33 -0500 Subject: [PATCH 1/8] Changes required for new Moqui SSO component (#222) * In Login.ftl, added SSO tab and forms. This will only appear if SSO is configured. * In webroot-layout.css, increased the width of the forms from 340 to 380 so SSO tab doesn't overflow to new line. --- base-component/webroot/screen/webroot/Login.ftl | 11 +++++++++++ .../webroot/screen/webroot/css/webroot-layout.css | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/base-component/webroot/screen/webroot/Login.ftl b/base-component/webroot/screen/webroot/Login.ftl index 43444317a..baad9d08b 100644 --- a/base-component/webroot/screen/webroot/Login.ftl +++ b/base-component/webroot/screen/webroot/Login.ftl @@ -20,6 +20,7 @@
@@ -57,6 +58,16 @@ <#if passwordChangeRequired>

WARNING: Password change required

+ <#if authFlowList?has_content && !authFlowList.isEmpty()> +
+ <#list authFlowList as authFlow> + + +
+