Skip to content

Commit a505d3f

Browse files
committed
removed confusing plugin defenition
1 parent afbc4f1 commit a505d3f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

install/rhel/roundcube-main.conf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ $rcmail_config['email_dns_check'] = false;
375375
// ----------------------------------
376376

377377
// List of active plugins (in plugins/ directory)
378-
$rcmail_config['plugins'] = array();
378+
$rcmail_config['plugins'] = array('password');
379379

380380
// ----------------------------------
381381
// USER INTERFACE
@@ -844,7 +844,4 @@ $rcmail_config['autocomplete_single'] = false;
844844
// Georgia, Helvetica, Impact, Tahoma, Terminal, Times New Roman, Trebuchet MS, Verdana
845845
$rcmail_config['default_font'] = '';
846846

847-
// password reset plugin
848-
$rcmail_config['plugins'] = array('password');
849-
850847
// end of config file

0 commit comments

Comments
 (0)