diff --git a/doc/config.html b/doc/config.html index 3b3f2578..7b5ffa2e 100755 --- a/doc/config.html +++ b/doc/config.html @@ -104,7 +104,7 @@ Use Mail Subject = Location
  • Resource dir = <directory>
    Specifies the root directory for ELOG resources like help files, - themes, icons and user HTML files. Can be overwritten with the + themes and icons. Can be overwritten with the -s flag when starting elogd. If not specified, use the directory where the configuration file elogd.cfg resides. Changing this option requires @@ -118,7 +118,8 @@ Use Mail Subject = Location elogd.cfg resides. Each logbook data is stored in a separate directory under this root directory specified by the Subdir option. Changing this option requires a - restart of the elogd server. + restart of the elogd server. This directory also contains any + password file and user HTML file.
  • Language = <name>
    @@ -621,7 +622,7 @@ Start page = ?cmd=Find <h1>You successfully submitted a message</h1> <a href="?cmd=Back">Back</a> to the logbook<p> <a href="?cmd=New">Enter</a> another message -The file must be present in the resource directory. Alternatively, an +The file must be present in the logbook directory. Alternatively, an absolute path can be used if the file name starts with a "/" (Unix) or "\" or "x:" (Windows). @@ -1054,7 +1055,7 @@ XYZ-2005-Nov-002
  • Preset text = <string> or <file>
    This preset value is used for the main body text. It can be a string or - a file, which must be present in the resource directory. Alternatively, + a file, which must be present in the logbook directory. Alternatively, an absolute path can be used if the file name starts with a "/" (Unix) or "\" or "x:" (Windows). @@ -1770,15 +1771,38 @@ Options Location = Main Building{a}, New Building{b}, Old Building{c}

    An alternative to the read/write/admin passwords is the user level access with a password file. This file contains user names and passwords in - following format: + XML format, such as

    @@ -1786,7 +1810,8 @@ Options Location = Main Building{a}, New Building{b}, Old Building{c} 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, + Config page by pressing New user. The password file resides + in the same directory as the logbooks. When a user is logged it, the entry for this user can be modified via the Config command.