From 8dd009f3791b07e3020514aae7bebc0928b75c7d Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 7 Aug 2008 17:10:28 +0000 Subject: [PATCH] Fixed copy&paste error. Credit goes to Sergio Rabellino. http://moodle.org/mod/forum/discuss.php?d=102933 ; merged from HEAD --- auth/ldap/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php index 8904224461..5e8741afe6 100644 --- a/auth/ldap/auth.php +++ b/auth/ldap/auth.php @@ -1918,7 +1918,7 @@ class auth_plugin_ldap extends auth_plugin_base { if (!isset($config->forcechangepassword)) {$config->forcechangepassword = 0; } if (!isset($config->stdchangepassword)) - {$config->forcechangepassword = 0; } + {$config->stdchangepassword = 0; } if (!isset($config->passtype)) {$config->passtype = 'plaintext'; } if (!isset($config->changepasswordurl)) -- 2.39.5