added customisation to imap authentication

This commit is contained in:
SJ
2015-11-26 14:59:40 +01:00
parent aefd7ccba4
commit d88b419624
2 changed files with 16 additions and 3 deletions

View File

@ -25,6 +25,7 @@ $config['BRANDING_FAVICON'] = '/view/theme/default/assets/ico/favicon.png';
$config['SUPPORT_LINK'] = '';
$config['TITLE_PREFIX'] = '';
$config['CUSTOM_PRE_AUTH_FUNCTION'] = '';
$config['CUSTOM_EMAIL_QUERY_FUNCTION'] = '';
$config['BOOTSTRAP_THEME'] = '-cosmo';