From: kkalev Date: Sun, 8 Sep 2002 12:30:09 +0000 (+0000) Subject: Remove the auto password generator from the user edit page. It has no X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=b6c3aaf8d0fba167b67f6b51e33e06ad934fa380;p=freeradius-dialup-admin.git Remove the auto password generator from the user edit page. It has no meaning since the password is not shown --- diff --git a/Changelog b/Changelog index d0a907f..2802c9f 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/htdocs/user_edit.php3 b/htdocs/user_edit.php3 index 23770f3..1c18c6a 100644 --- a/htdocs/user_edit.php3 +++ b/htdocs/user_edit.php3 @@ -34,27 +34,20 @@ if ($user_type != 'group') echo " subscription configuration for $login ($cn)\n"; else echo " subscription configuration for $login\n"; +?> -echo << -EOM; - -if ($user_type != 'group') - include("password_generator.jsc"); - -echo <<
- -EOM; +
-

- EOM; } ?>