Custom image or logo in the usermin login form?

  • jahlewis
  • 05/11/09
  • Offline
Posted: Thu, 2009-06-04 16:17

Is there any way to have a custom image on the usermin login page? I can see where you can do it with virtualmin, but can't find any reference on how to do it with usermin pages.


Re:Custom image or logo in the usermin login form?

  • andreychek
  • 01/04/09
  • Offline
  • Fri, 2009-06-05 04:08

Howdy,

Okay, it turns out the (not-so-user-userfriendly-but-it-works) way of doing that is to create a file named:

/etc/usermin/custom-lang

And in it, add a line like the following:

session_prefix=<img src=http://yourdomain.com/yourlogo.gif>

And that should do the trick!

That option may be added to the GUI at some point here ;-) -Eric


Cool, but...

  • fakemoth
  • 12/10/07
  • Offline
  • Sun, 2009-11-22 15:25

... how can we make it more... organic? IE8 is always complaining that the picture comes from another site, another cert, unauthenticated content and stuff. I know it's not a problem but my users don't.

Thanks.


Sry

  • fakemoth
  • 12/10/07
  • Offline
  • Sun, 2009-11-22 15:26

Sry - double post.


Re:Custom image or logo in the usermin login form?

  • jahlewis
  • 05/11/09
  • Offline
  • Fri, 2009-06-05 08:04

That was it. Thanks!