diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/templates/roundcubemail/password.inc.php.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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. |