Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uploading a custom logo does not change the logo on the login page #11603

Open
individual-it opened this issue Sep 18, 2024 · 2 comments
Open
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working

Comments

@individual-it
Copy link
Member

Describe the bug

even after uploading a custom logo, the original ownCloud logo is shown on the login page

Steps to reproduce

  1. as admin upload a custom logo in the admin settings
  2. logout

Expected behavior

the new logo should be shown on the login page

Actual behavior

the original logo is shown (signin/v1/static/logo.svg)

Setup

docker compose

docker-compose.yml.txt
web.config.json

Additional context

theme.json:

{"clients":{"web":{"defaults":{"logo":{"login":"themes/_branding/Logo-white.png","topbar":"themes/_branding/Logo-white.png"}}}},"common":{"logo":"themes/_branding/Logo-white.png"}}
@individual-it individual-it added the Type:Bug Something isn't working label Sep 18, 2024
@main1byte
Copy link

similar situation

@kulmann
Copy link
Member

kulmann commented Sep 25, 2024

The idp in ocis is completely standalone / separated from the web ui. But you're right, meanwhile the theme is defined server side, so we could incorporate it in the built in idp. Technically more of a feature request. 😁 But yeah, user facing this is buggy behaviour.

@kulmann kulmann added the Priority:p3-medium Normal priority label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working
Projects
Status: Prio 3 or less
Development

No branches or pull requests

3 participants