summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-11-24 11:56:15 +0000
committerthomascube <thomas@roundcube.net>2010-11-24 11:56:15 +0000
commitfbe24e9fa92bf1f118bac2053fea822b8213c3f6 (patch)
treebd46a90a81a8e7130e53c602ed4af42ee5caacf3 /config
parent576b330ebd2541d89319ca4ef04e2fde172d2cc8 (diff)
Allow plugin templates to include local files (#1487133); make autocomplete on login screen configurable
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index aba41661b..2b18da333 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -180,6 +180,9 @@ $rcmail_config['message_cache_lifetime'] = '10d';
// set the port for the ssl connection as value of this option if it differs from the default 443
$rcmail_config['force_https'] = false;
+// Allow browser-autocompletion on login form
+$rcmail_config['login_autocomplete'] = false;
+
// automatically create a new Roundcube user when log-in the first time.
// a new user will be created once the IMAP login succeeds.
// set to false if only registered users can use this service