Changeset 2700 in subversion
- Timestamp:
- Jul 2, 2009 4:45:12 AM (4 years ago)
- Location:
- trunk/roundcubemail/plugins/password
- Files:
-
- 1 edited
- 1 moved
-
README (modified) (1 diff)
-
config.inc.php.dist (moved) (moved from trunk/roundcubemail/plugins/password/config.inc.php) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/plugins/password/README
r2688 r2700 37 37 ---------------- 38 38 39 * See config.inc.php file. 39 Copy config.inc.php.dist to config.inc.php and set the options as described 40 within the file. 40 41 41 42 -
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.
