From dbe4f4c96704bd4848881aab97be987b29d9716e Mon Sep 17 00:00:00 2001 From: Eugenio Santoboni Date: Wed, 7 Feb 2024 15:19:19 +0100 Subject: [PATCH] ENG-5451: added default password update UI --- .../entando/login/login-update-password.ftl | 80 +++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 themes/entando/login/login-update-password.ftl diff --git a/themes/entando/login/login-update-password.ftl b/themes/entando/login/login-update-password.ftl new file mode 100644 index 0000000..f0f3312 --- /dev/null +++ b/themes/entando/login/login-update-password.ftl @@ -0,0 +1,80 @@ +<#import "template.ftl" as layout> +<#import "password-commons.ftl" as passwordCommons> +<@layout.registrationLayout displayMessage=!messagesPerField.existsError('password','password-confirm'); section> + <#if section = "header"> + ${msg("updatePasswordTitle")} + <#elseif section = "form"> +
+
+
+ +
+
+
+ + <#-- + + --> +
+ + <#if messagesPerField.existsError('password')> + + ${kcSanitize(messagesPerField.get('password'))?no_esc} + + +
+
+ +
+
+ +
+
+
+ + <#-- + + --> +
+ + <#if messagesPerField.existsError('password-confirm')> + + ${kcSanitize(messagesPerField.get('password-confirm'))?no_esc} + + + +
+
+ +
+ <#-- <@passwordCommons.logoutOtherSessions/> --> +
+ <#if isAppInitiatedAction??> + + + <#else> + + +
+
+
+ + +