Jump to content

Customize public web UI login screen independently from others


nguyenf1

Recommended Posts

nguyenf1

Would be it possible to allow customization of the web UI login screen without affecting the rest of the web UI pages?  Since the login page is my the public facing interface, I would like to be able to customize the header logo and the large emby logo displayed while loading.

Link to comment
Share on other sites

nguyenf1

@Luke  Thanks for the response.  I looked through the web app css forum and dug into the web ui code but could not find a way to perform what I wanted.  Basically, I wanted the header to have a custom brand logo (already possible with CSS) for authenticated pages but hide the branding for unauthenticated/anonymous pages.  The only way I found to do this was by modify the app.js source code.  However, this local modification would not persist between emby updates.

  C:\Users\Administrator\AppData\Roaming\Emby-Server\system\dashboard-ui\app.js (23 hits)
	Line 264:                     path: "/startup/connectlogin.html",
	Line 270:                     title: "  ", /*frank add*/
	Line 271:                     defaultTitle: !1, /*frank changed to !1, false*/
	Line 277:                     path: "/startup/connectsignup.html",
	Line 283:                     title: "  ", /*frank add*/
	Line 284:                     defaultTitle: !1, /*frank changed to !1, false*/
	Line 289:                     path: "/startup/welcome.html",
	Line 295:                     title: "  ", /*frank add*/
	Line 296:                     defaultTitle: !1, /*frank changed to !1, false*/
	Line 301:                     path: "/startup/forgotpassword.html",
	Line 307:                     title: "  ", /*frank add*/
	Line 308:                     defaultTitle: !1, /*frank changed to !1, false*/
	Line 313:                     path: "/startup/forgotpasswordpin.html",
	Line 319:                     title: "  ", /*frank add*/
	Line 320:                     defaultTitle: !1, /*frank changed to !1, false*/
	Line 421:                     defaultTitle: !1, /*frank changed to !1, false*/
	Line 427:                     path: "/startup/manuallogin.html",
	Line 433:                     title: "  ", /*frank add*/
	Line 434:                     defaultTitle: !1, /*frank changed to !1, false*/

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...