Version 2.1.2

SVN revision: 232
This commit is contained in:
2002-09-11 10:02:39 +00:00
parent 315ddb4b2a
commit fd12a40cd3
2 changed files with 23 additions and 2 deletions
+2
View File
@@ -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
=========================================
+21 -2
View File
@@ -619,6 +619,7 @@ only. When the browser is restarted, the password must be re-entered.<P>
<ul>
<LI><b><code>Password file = &lt;file&gt;</code></b>
<LI><b><code>Login expiration = &lt;hours&gt;</code></b>
<LI><b><code>Admin user = &lt;user list&gt;</code></b>
</ul>
<p>
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 <b>Register as new user</b>
on the login page if <b><code>Self register = 1</code></b> in the configuration file, or
by the admin user in the <b>Config</b> page by pressing <b>New user</b>. When a user is
logged it, the entry for this user can be modified via the <b>Config</b> command. The admin user
can also change entries for other users.<p>
logged it, the entry for this user can be modified via the <b>Config</b> command.<p>
To start a new password file, follow these steps:
<UL>
<LI>Set <b><code>Self register = 1</b></code> in the configuration file
<LI>Connect to the logbook. You will be presented the login page. If you have a <b><code>
Guest menu commands</b></code> entry, you have to click on "Login" to get that screen.
<LI>Click on "Register as new user"
<LI>Enter your login information and save it
<LI>Add <b><code>Admin user = &lt;user&gt;</code></b> into the configuration file, using
your login name from above
<LI>If you now enter the "Config" page, you can add other users
<LI>Remove the self registration option if you like
</UL>
The presence of a password file requires all users to "<I>log in</I>" using their name and
password, except when a guest login is allowed via the <b>"Guest menu commands"</b> option.
@@ -655,6 +669,11 @@ current browser session by default, which can be changed with the <code><b>Login
expiration</b></code > option, giving the expiration time in hours. Setting this to 24
for example, makes the password expire after one day.<p>
The <b><code>Admin user = &lt;user list&gt;</b></code> is a list of one or more user names,
which have admin rights. The can execute the <b><code>Admin</code></b> command to directly
edit elogd.cfg through the web and modify other users via the <b><code>Config</code></b>
command.
<ul>
<LI><b><code>Self register = 0|1|2|3</code></b>
</ul>