1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-15 10:55:59 +00:00

[Web] Add quick links to other login pages and option to disable mailcow login form

This commit is contained in:
FreddleSpl0it
2025-05-09 15:13:44 +02:00
parent e7a1f24c78
commit ea0944d743
12 changed files with 206 additions and 59 deletions

View File

@@ -22,6 +22,7 @@ $_SESSION['index_query_string'] = $_SERVER['QUERY_STRING'];
$template = 'domainadmin_index.twig';
$template_data = [
'login_delay' => @$_SESSION['ldelay'],
'custom_login' => customize('get', 'custom_login'),
];
$js_minifier->add('/web/js/site/index.js');