From 2a4abc1286ee57b804996a1c9fe410b5b9837ef3 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 02 Jul 2009 04:40:56 -0400
Subject: [PATCH] Plugin to copy user prefs from a Qquirrelmail installation (when a new user is registered)

---
 plugins/password/config.inc.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/password/config.inc.php b/plugins/password/config.inc.php
index 1b964e3..3945ea0 100644
--- a/plugins/password/config.inc.php
+++ b/plugins/password/config.inc.php
@@ -3,7 +3,7 @@
 // Password Plugin options
 // -----------------------
 // A driver to use for password change. Default: "sql".
-$rcmail_config['password_driver'] = 'poppassd';
+$rcmail_config['password_driver'] = 'sasl';
 
 // Determine whether current password is required to change password.
 // Default: false.
@@ -41,7 +41,7 @@
 // SASL Driver options
 // -------------------
 // Additional arguments for the saslpasswd2 call
-$rcmail_config['password_saslpasswd_args'] = '';
+$rcmail_config['password_saslpasswd_args'] = '-u rolig';
 
 
 // LDAP Driver options

--
Gitblit v1.9.1