mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Fixed copy&paste error. Credit goes to Sergio Rabellino.
http://moodle.org/mod/forum/discuss.php?d=102933 ; merged from HEAD
This commit is contained in:
parent
1ddfd4ec23
commit
8dd009f379
1 changed files with 1 additions and 1 deletions
|
@ -1918,7 +1918,7 @@ class auth_plugin_ldap extends auth_plugin_base {
|
||||||
if (!isset($config->forcechangepassword))
|
if (!isset($config->forcechangepassword))
|
||||||
{$config->forcechangepassword = 0; }
|
{$config->forcechangepassword = 0; }
|
||||||
if (!isset($config->stdchangepassword))
|
if (!isset($config->stdchangepassword))
|
||||||
{$config->forcechangepassword = 0; }
|
{$config->stdchangepassword = 0; }
|
||||||
if (!isset($config->passtype))
|
if (!isset($config->passtype))
|
||||||
{$config->passtype = 'plaintext'; }
|
{$config->passtype = 'plaintext'; }
|
||||||
if (!isset($config->changepasswordurl))
|
if (!isset($config->changepasswordurl))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue