diff --git a/doc/config.html b/doc/config.html index eb06e156..4fddbde6 100755 --- a/doc/config.html +++ b/doc/config.html @@ -828,6 +828,7 @@ only. When the browser is restarted, the password must be re-entered.

  • Password file = <file>
  • Login expiration = <hours>
  • Admin user = <user list> +
  • Login user = <user list>

    An alternative to the read/write/admin passwords is the user level access with a @@ -880,7 +881,20 @@ 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. +command.

    + +The Login user = <user list> is a list of users who can +log in to a specific logbook. This option can be used with a global password file. If a +Password file is present under the [global] +section, the registered users in that password file can log in to all logbooks. It might +be required that only certain users can log in to certain logbooks. This can be achieved +with the Login user option, places in each individual logbook +section in the configuration file. Only those users listed in this statement can log in +to the logbook where the statement is defined. This method has the advantage over the +option of definining individual password files for individual logbooks that only one +central password file exists. So if a user changes her/his password, this becomes then +valid for all logbooks. If there would be individual logbook password files, one would +have to change the password in all logbooks individually.