Changeset 2700 in subversion for trunk/roundcubemail/plugins/password/config.inc.php.dist
- Timestamp:
- Jul 2, 2009 4:45:12 AM (4 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/plugins/password/config.inc.php.dist
r2699 r2700 4 4 // ----------------------- 5 5 // A driver to use for password change. Default: "sql". 6 $rcmail_config['password_driver'] = 's asl';6 $rcmail_config['password_driver'] = 'sql'; 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'] = ' -u rolig';44 $rcmail_config['password_saslpasswd_args'] = ''; 45 45 46 46
Note: See TracChangeset
for help on using the changeset viewer.
