From fbb4f9b12d1b5810479749fc8ebdbfe42255e774 Mon Sep 17 00:00:00 2001 From: Brandon Richardson Date: Mon, 11 Dec 2023 22:59:36 -0400 Subject: [PATCH] chore(docs): add changelog item --- .../unreleased/enhancement-idp-config-background-img.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/enhancement-idp-config-background-img.md diff --git a/changelog/unreleased/enhancement-idp-config-background-img.md b/changelog/unreleased/enhancement-idp-config-background-img.md new file mode 100644 index 0000000000..04fe182638 --- /dev/null +++ b/changelog/unreleased/enhancement-idp-config-background-img.md @@ -0,0 +1,7 @@ +Enhancement: Support login page background configuration + +Introduce a new environment variable `IDP_LOGIN_BACKGROUND_URL` +that overrides the default background image of the IDP login page when present. + +https://github.com/owncloud/ocis/issues/7674 +https://github.com/owncloud/ocis/pull/7900