From b6382b5a1b4b9bd353c7c4167d2c1bbcd285f8a7 Mon Sep 17 00:00:00 2001 From: kkalev Date: Tue, 20 Aug 2002 14:34:10 +0000 Subject: [PATCH] Add a user find page. User can be searched based on the full name, department or RADIUS attribute. The radius attribute should be included in the _user_ profile, not in a group/regular/default profile. --- Changelog | 2 ++ htdocs/buttons.html | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Changelog b/Changelog index 6f776cc..0ad90dd 100644 --- a/Changelog +++ b/Changelog @@ -6,6 +6,8 @@ Ver 1.55: * Add a few more keys in the userinfo and badusers tables. * Fix a problem with lib/sql/defaults.php3 where the first character in the default value when using operators was set to the opeator +* Add a user find page. User can be searched based on the full name, department or RADIUS attribute. + The radius attribute should be included in the _user_ profile, not in a group/regular/default profile. Ver 1.54: * Add attributes for the sql group tables in admin.conf. Now SQL group support should really work! Ver 1.53: diff --git a/htdocs/buttons.html b/htdocs/buttons.html index 9f90f97..0314494 100644 --- a/htdocs/buttons.html +++ b/htdocs/buttons.html @@ -44,6 +44,9 @@ function myout(a) { Bad Users + + Find User + Edit User
-- 2.39.5