Ignore:
Timestamp:
Jul 2, 2009 4:45:12 AM (4 years ago)
Author:
thomasb
Message:

Move config file to config.inc.php.dist to prevent further accidental commits

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/plugins/password/config.inc.php.dist

    r2699 r2700  
    44// ----------------------- 
    55// A driver to use for password change. Default: "sql". 
    6 $rcmail_config['password_driver'] = 'sasl'; 
     6$rcmail_config['password_driver'] = 'sql'; 
    77 
    88// Determine whether current password is required to change password. 
     
    4242// ------------------- 
    4343// Additional arguments for the saslpasswd2 call 
    44 $rcmail_config['password_saslpasswd_args'] = '-u rolig'; 
     44$rcmail_config['password_saslpasswd_args'] = ''; 
    4545 
    4646 
Note: See TracChangeset for help on using the changeset viewer.