Change Sign-In Logo

I have already successfully changed the logo on the homepage as follows:

# Custom settings
LOGO_URL = '/static/custom/files/MyLogo.png'
CUSTOMIZATION_DIR = '/opt/indico/myInstitution/'

I would also like to change the logo on the login page. How can I change the logo on the login page like here?

Thanks

This is not configurable, but you can use an alias in your webserver config to serve a different file for /images/logo_indico.png.

1 Like