Handle hostnames with upper-case letters
[webmin.git] / user_chooser.cgi
index 66f1849..74046a6 100755 (executable)
@@ -7,6 +7,9 @@ use WebminCore;
 
 $trust_unknown_referers = 1;
 &init_config();
+if (&get_product_name() eq 'usermin') {
+       &switch_to_remote_user();
+       }
 &ReadParse(undef, undef, 2);
 %access = &get_module_acl();