diff --git a/docs/start/config.md b/docs/start/config.md index b0a6557..ddaf0cf 100644 --- a/docs/start/config.md +++ b/docs/start/config.md @@ -156,6 +156,18 @@ The login-experience can be altered with the following settings: Custom authentication backends can be used by specifying them here. These can for example be used to add [LDAP / AD login](https://django-auth-ldap.readthedocs.io/en/latest/) to InvenTree +### Customisation Options + +The logo and custom messages can be changed/set: + +| Environment Variable | Settings File | Description | Default | +| --- | --- | --- | --- | +| INVENTREE_CUSTOM_LOGO | customize.logo | Path to logo in the media storage | | +| INVENTREE_CUSTOMIZE | customize.login_message | Custom message for login page | | +| INVENTREE_CUSTOMIZE | customize.navbar_message | Custom message for navbar | | + +If you want to remove the InvenTree branding as far as possible from your end-user also check the [global server settings](../settings/global.md#server-settings). + ## Other Options ### Middleware