Change of plan. Change password stuff moved to admin/auth.php

This commit is contained in:
thepurpleblob 2005-09-22 14:19:39 +00:00
parent 88e0c93d26
commit 541ff6ab16

View file

@ -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>