From: Jamie C. <jca...@we...> - 2002-11-13 22:39:53
|
pau...@di... wrote .. > When writing a webmin theme, is it possible to use this theme to force > webmin > to use a different login page ?? Yes - you could create your own version of session_login.cgi in your theme's directory that is a modified version of the one in the webmin root directory. Just make sure that it does all the same things with cookies as the original does, and outputs a login form with the same fields. - Jamie |