Remove the auto password generator from the user edit page. It has no
authorkkalev <kkalev>
Sun, 8 Sep 2002 12:30:09 +0000 (12:30 +0000)
committerkkalev <kkalev>
Sun, 8 Sep 2002 12:30:09 +0000 (12:30 +0000)
meaning since the password is not shown

dialup_admin/Changelog
dialup_admin/htdocs/user_edit.php3

index d0a907f..2802c9f 100644 (file)
@@ -38,6 +38,8 @@ Ver 1.60:
   general_use_session. Also add a session cache destroy page.
 * Also cache the admin.conf if use_session is set to 1 in config.php3
 * Fix a few bugs
+* Remove the auto password generator from the user edit page. It has no meaning since the password is not
+  shown
 Ver 1.55:
 * Update the FAQ about missing attributes from the user/group edit pages and add a few comments
   in the configuration files
index 23770f3..1c18c6a 100644 (file)
@@ -34,27 +34,20 @@ if ($user_type != 'group')
        echo " <title>subscription configuration for $login ($cn)</title>\n";
 else
        echo " <title>subscription configuration for $login</title>\n";
+?>
 
-echo <<<EOM
 <link rel="stylesheet" href="style.css">
 </head>
 <body bgcolor="#80a040" background="images/greenlines1.gif" link="black" alink="black">
-EOM;
-
-if ($user_type != 'group')
-       include("password_generator.jsc");
-
-echo <<<EOM
 <center>
 <table border=0 width=550 cellpadding=0 cellspacing=0>
 <tr valign=top>
 <td align=center><img src="images/title2.gif"></td>
 </tr>
 </table>
-
 <table border=0 width=400 cellpadding=0 cellspacing=2>
-EOM;
 
+<?php
 if ($user_type != 'group')
        include("../html/user_toolbar.html.php3");
 else
@@ -270,8 +263,6 @@ if ($user_type != 'group'){
        echo <<<EOM
 <br><br>
 <input type=submit class=button value="Add to Badusers" OnClick="this.form.badusers.value=1">
-<br><br>
-<input type="button" class=button value="Auto/Password" OnClick="generatepassword(this.form.passwd,8);">
 EOM;
 }
 ?>