From fd12a40cd308f13e98b27ccbe8d309134a2c7022 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 11 Sep 2002 10:02:39 +0000 Subject: [PATCH] Version 2.1.2 SVN revision: 232 --- doc/CHANGELOG.TXT | 2 ++ doc/config.html | 23 +++++++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG.TXT b/doc/CHANGELOG.TXT index 92580d47..bbee53dc 100755 --- a/doc/CHANGELOG.TXT +++ b/doc/CHANGELOG.TXT @@ -7,6 +7,8 @@ Version 2.1.2, released September xx, 2002 - Added "Select" functionality - Added ROptions for radio button options - Added "Copy to" and "Move to" to specify certain logbooks +- Fixed problems with deleted logbooks +- Fixed bug that sorting did not work in page mode Version 2.1.1, released August 13th, 2002 ========================================= diff --git a/doc/config.html b/doc/config.html index 495199f7..09065302 100755 --- a/doc/config.html +++ b/doc/config.html @@ -619,6 +619,7 @@ only. When the browser is restarted, the password must be re-entered.

An alternative to the read/write/admin passwords is the user level access with a @@ -633,8 +634,21 @@ password file. This file contains user names and passwords in following format: The passwords are encoded. New users can either be created by hitting Register as new user on the login page if Self register = 1 in the configuration file, or by the admin user in the Config page by pressing New user. When a user is -logged it, the entry for this user can be modified via the Config command. The admin user -can also change entries for other users.

+logged it, the entry for this user can be modified via the Config command.

+ +To start a new password file, follow these steps: + +

The presence of a password file requires all users to "log in" using their name and password, except when a guest login is allowed via the "Guest menu commands" option. @@ -655,6 +669,11 @@ current browser session by default, which can be changed with the Login expiration option, giving the expiration time in hours. Setting this to 24 for example, makes the password expire after one day.

+The Admin user = <user list> is a list of one or more user names, +which have admin rights. The can execute the Admin command to directly +edit elogd.cfg through the web and modify other users via the Config +command. +