Quote:
|
Thanks to the developers for this awesome software.
|
Thanks
Quote:
Is it possible to make the "login-module" use a different main.tpl.htm?
For example "main-login.tpl.htm". I would like to output the login-form without the nav and submenu row.
|
Thats not possible without large changes in the code as ispconfig has just one main template for all pages and the menus and subpages are loaded with ajax into this main template.
what you can try is that you create your own script to do the user authentication and initiate a session before you redirect the uer to the ispconfig interface.