diff --git a/doc/config.html b/doc/config.html index 36202a27..e33e0980 100755 --- a/doc/config.html +++ b/doc/config.html @@ -295,8 +295,10 @@ commands are possible:
-Menu commands = New, Edit, Reply, Find, Last 10, Change password, Logout, Help +Menu commands = New, Edit, Reply, Find, Last 10, Config, Logout, Help Guest menu commands = Find, Last 10, Login, Help
@@ -606,17 +608,19 @@ must be re-entered. 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:
-
<login name1>:<password1>:<full name1>:<email1>
-<login name2>:<password2>:<full name2>:<email1>
-<login name3>:<password3>:<full name3>:<email1>
+
<login name1>:<password1>:<full name1>:<email1><notify1>
+<login name2>:<password2>:<full name2>:<email2><notify2>
+<login name3>:<password3>:<full name3>:<email3><notify3>
...
-The passwords are encoded. To create or change them, use the "Change
-Password" menu point. To create a new user, edit the password file
-manually and use an empty password (like "<login name>::<full name>:<email>"), which can then be changed via the "Change password" menu point.
-
+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.
+
The presence of a password file requires all users to "log in" using their name and
-password, excep when a guest login is allowed via the "Guest menu commands" option.
+password, except when a guest login is allowed via the "Guest menu commands" option.
An additional advantage of this method is that the user name can be used as
an attribute value for creating logbook entries. For example, the following line could be
added to the configuration file to fill in the Author and the Email attributes
@@ -635,6 +639,15 @@ options. If the expiration is set to "0", the passwords are kept for the current
session only. When the browser is restarted, the password must be re-entered.
+Self register = 0|1
+
+With this option it is possible for new users to self-register an user account. At the
+login page, a link is displayed "Register as a new user" which leads the user to
+a configuration page where one can enter the account name, full name and email address. A flag
+allows for automatic email notification on new entries on the logbook. These settings can
+later be changed with the Config menu command.
+
+
Allow <command> = <user list>