From a7c5e671b0531ac2ea390ebc0f1f604218d62718 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Thu, 14 Aug 2014 13:23:26 +0200 Subject: Use ldap_simple as the default password driver --- share/templates/roundcubemail/password.inc.php.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/templates/roundcubemail/password.inc.php.tpl b/share/templates/roundcubemail/password.inc.php.tpl index ca3f815..16895fa 100644 --- a/share/templates/roundcubemail/password.inc.php.tpl +++ b/share/templates/roundcubemail/password.inc.php.tpl @@ -4,7 +4,7 @@ // ----------------------- // A driver to use for password change. Default: "sql". // See README file for list of supported driver names. - \$config['password_driver'] = 'ldap'; + \$config['password_driver'] = 'ldap_simple'; // Determine whether current password is required to change password. // Default: false. -- cgit v1.1