Changeset 2699 in subversion
- Timestamp:
- Jul 2, 2009 4:40:56 AM (4 years ago)
- Location:
- trunk/roundcubemail/plugins
- Files:
-
- 3 added
- 1 edited
-
password/config.inc.php (modified) (2 diffs)
-
squirrelmail_usercopy (added)
-
squirrelmail_usercopy/config.inc.php.dist (added)
-
squirrelmail_usercopy/squirrelmail_usercopy.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/plugins/password/config.inc.php
r2690 r2699 4 4 // ----------------------- 5 5 // A driver to use for password change. Default: "sql". 6 $rcmail_config['password_driver'] = ' poppassd';6 $rcmail_config['password_driver'] = 'sasl'; 7 7 8 8 // Determine whether current password is required to change password. … … 42 42 // ------------------- 43 43 // Additional arguments for the saslpasswd2 call 44 $rcmail_config['password_saslpasswd_args'] = ' ';44 $rcmail_config['password_saslpasswd_args'] = '-u rolig'; 45 45 46 46
Note: See TracChangeset
for help on using the changeset viewer.
