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.
Password file = <file>
Login expiration = <hours>
+Admin user = <user list>
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: + +
Self register = 1 in the configuration file
+
+Guest menu commands entry, you have to click on "Login" to get that screen.
+Admin user = <user> into the configuration file, using
+your login name from above
+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.
+
Self register = 0|1|2|3