|
|
@@ -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
|