Webmin theme for server administrators - not being applied to domain user login

The Server administrator permissions configuration does not apply the Webmin theme for server administrators once saved and updated.

When domain administrators login they still see the default theme. I am running Centos 6.5 final and Virtualmin 4.11

Status: 
Closed (fixed)

Comments

Which page are you setting the theme on? Some of those settings in Virtualmin only apply to newly created domains.

I went to System Settings > Virtualmin Configuration > Server Administrator Permissions Then selected the theme under 'Webmin theme for server administrators' drop down box.

Ok, that only gets applied when a domain is created or when the webmin login is re-enabled for a domain.

I would like to create and run a quick script to update the theme from default to the new theme we have created. What files can I edit on the server to apply the new theme?

Thanks

One way you could do this is to disable and then re-enable the Webmin login for all domains. This can be done as root from the shell with :

virtualmin disable-feature --all-domains --webmin
virtualmin enable-feature --all-domains --webmin

Thank you, the script seems to have worked, however the following errors came up;

Updating server xxxxx.co.za .. Creating Webmin user .. Use of uninitialized value in concatenation (.) or string at /usr/libexec/webmin/acl/acl-lib.pl line 470. Use of uninitialized value in concatenation (.) or string at /usr/libexec/webmin/acl/acl-lib.pl line 470. Use of uninitialized value in concatenation (.) or string at /usr/libexec/webmin/acl/acl-lib.pl line 656. Use of uninitialized value in concatenation (.) or string at /usr/libexec/webmin/acl/acl-lib.pl line 656. .. done

I am happy to close, just wanted to inform you of the stranger error.

Those are harmless Perl warnings which can be ignored. Actually, they should already be fixed in the next version of Webmin - which version are you running there?

Virtualmin 4.11 and webmin 1.710