From a505d3f99be99cda8a868bf2f8712d0789e2bc6f Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 19 Aug 2013 11:44:23 +0300 Subject: [PATCH] removed confusing plugin defenition --- install/rhel/roundcube-main.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/rhel/roundcube-main.conf b/install/rhel/roundcube-main.conf index 7f719176..2ac46120 100644 --- a/install/rhel/roundcube-main.conf +++ b/install/rhel/roundcube-main.conf @@ -375,7 +375,7 @@ $rcmail_config['email_dns_check'] = false; // ---------------------------------- // List of active plugins (in plugins/ directory) -$rcmail_config['plugins'] = array(); +$rcmail_config['plugins'] = array('password'); // ---------------------------------- // USER INTERFACE @@ -844,7 +844,4 @@ $rcmail_config['autocomplete_single'] = false; // Georgia, Helvetica, Impact, Tahoma, Terminal, Times New Roman, Trebuchet MS, Verdana $rcmail_config['default_font'] = ''; -// password reset plugin -$rcmail_config['plugins'] = array('password'); - // end of config file