mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-03-24 04:40:21 +01:00
removed confusing plugin defenition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user