Umbraco Login Branding white-label the /umbraco login screen without touching config

Umbraco Login Branding new package

Saw a few threads here about wanting to customize the backoffice login screen (logo/background) without editing appsettings.json and redeploying every time:

So I built a package for it.

What it does: editors go to Content → Login Branding, pick a background image and logo from the Media library, set a custom greeting, preview it, and save — no config edits, no redeploy needed. even added a little supporting text/subtitle

Repo/NuGet: NuGet Gallery | Our.Umbraco.LoginBranding 1.0.0

Feedback welcome!

Awesome package Bishal. We are mostly using docker for hosting Umbraco and we often release new updates, so i was just wondering if this could be saved to the databasebase instead of a file?

Thanks for raising this v1.0.0 with Docker it’s a fair concern.

Login Branding currently saves settings to a file under App_Data. That can be lost if containers are replaced and that folder isn’t persisted.

We can move the settings into the database so they survive redeploys, and regenerate the small public login files from the DB on startup

will update u when i have the time to make a release