Changeset 2699 in subversion


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

Plugin to copy user prefs from a Qquirrelmail installation (when a new user is registered)

Location:
trunk/roundcubemail/plugins
Files:
3 added
1 edited

Legend:

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

    r2690 r2699  
    44// ----------------------- 
    55// A driver to use for password change. Default: "sql". 
    6 $rcmail_config['password_driver'] = 'poppassd'; 
     6$rcmail_config['password_driver'] = 'sasl'; 
    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'] = ''; 
     44$rcmail_config['password_saslpasswd_args'] = '-u rolig'; 
    4545 
    4646 
Note: See TracChangeset for help on using the changeset viewer.