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>-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>"/" (Unix) or "\" or
"x:" (Windows).
@@ -1054,7 +1055,7 @@ XYZ-2005-Nov-002
Preset text = <string> or <file>"/" (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
-<login name1>:<password1>:<full name1>:<email1>:<notify1> -<login name2>:<password2>:<full name2>:<email2>:<notify2> -<login name3>:<password3>:<full name3>:<email3>:<notify3> -... ++ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!-- created by MXML on Tue Nov 07 08:15:51 2006 --> +<list> + <user> + <name>stefan</name> + <password>A1kk838Kjl==</password> + <full_name>Stefan Ritt</full_name> + <last_logout>Tue Oct 17 12:59:47 2006</last_logout> + <last_activity>Tue Nov 07 08:15:51 2006</last_activity> + <email>stefan.ritt@psi.ch</email> + <email_notify> + <logbook>demo</logbook> + </email_notify> + </user> + <user> + <name>midas</name> + <password>P387sdkK98ko98==</password> + <full_name>Midas User</full_name> + <last_logout>0</last_logout> + <last_activity>0</last_activity> + <email>midas@psi.ch</email> + <email_notify> + <logbook>demo</logbook> + </email_notify> + </user> +</list> +
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.