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