mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Change of plan. Change password stuff moved to admin/auth.php
This commit is contained in:
parent
88e0c93d26
commit
541ff6ab16
1 changed files with 2 additions and 12 deletions
|
@ -36,15 +36,14 @@
|
|||
{$config->ldap_expireattr = ''; }
|
||||
if (!isset($config->ldap_gracelogins))
|
||||
{$config->ldap_gracelogins = ''; }
|
||||
if (!isset($config->ldap_graceattr)) {$config->ldap_graceattr = ''; }
|
||||
if (!isset($config->ldap_graceattr))
|
||||
{$config->ldap_graceattr = ''; }
|
||||
if (!isset($config->auth_user_create))
|
||||
{$config->auth_user_create = ''; }
|
||||
if (!isset($config->auth_ldap_forcechangepassword))
|
||||
{$config->auth_ldap_forcechangepassword = false; }
|
||||
if (!isset($config->auth_ldap_stdchangepassword))
|
||||
{$config->auth_ldap_stdchangepassword = false; }
|
||||
if (!isset($config->auth_ldap_changepasswordurl))
|
||||
{$config->auth_ldap_changepasswordurl = ''; }
|
||||
|
||||
$yesno = array( get_string('no'), get_string('yes') );
|
||||
|
||||
|
@ -260,15 +259,6 @@ if (!function_exists('ldap_connect')){ // Is php4-ldap really there?
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top" class="required">
|
||||
<td align="right" valign="top"><?php print_string('authchangepassword', 'auth') ?>:</td>
|
||||
<td>
|
||||
<input name="auth_ldap_changepasswordurl" type="text" size="30"
|
||||
value="<?php echo $config->auth_ldap_changepasswordurl; ?>" />
|
||||
</td>
|
||||
<td align="left" valign="top"><?php print_string('authchangepassword_expl','auth'); ?></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<h4><?php print_string("auth_ldap_passwdexpire_settings", "auth") ?> </h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue