diff --git a/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl b/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl index e884db87..c5619d9f 100644 --- a/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl +++ b/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl @@ -501,6 +501,10 @@ <#-- Security audit forwarded by Garth (Gmail) --> are_same_path(path, ["client", "attributes"]) && key == "saml.signing.private.key" + ) || ( + <#-- See: https://github.com/keycloakify/keycloakify/issues/534 --> + are_same_path(path, ["login"]) && + key == "password" ) > <#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>