In new Authentic Theme the 24.0 update to Authentic Theme ignores the long standing value of
theme_xhred_titles_wm in the custom-lang file.
For the Title of the Box on the Login Screen.
Where is the new place to edit this verbiage?
I see there is a new login-lib-funcs.pl in the authentic-theme folder for handling this.
Thanks!!
Eric
I'll ask the main developer of the Authentic theme to take a look at this...
Hey Eric!
We’re not really ignoring it—we just switched to printing the full branding logo as an image instead of using a font. If you check the page DOM, you’ll see that the language strings are still included in the image’s
alt
attribute.The new way is to create a
brand.info
file in the/etc/webmin
directory with this content:Hi,
Thank you for the quick replies. We have made the brand.info file in the /etc/webmin folder and restarted the webmin but no change to login screen?
update=0
title=Control Panel
file=
icon=wbm-webmin
enabled=1
It did change the URL Title of the browser Tab but NOT the Words next to the Webmin Logo on the white square login box above "You must enter a username..."
Thank You,
Remove
file=
from yourbrand.info
file, and you should be good.That was it. Thank you!!! Eric