From: PeterThoeny Date: Sun, 29 Dec 2002 02:18:11 +0000 (+0000) Subject: none X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=ef00a69c742fad13bc2a27938fbbfa292c9566c7 none --- diff --git a/TWiki/TWikiAccessControl.mdwn b/TWiki/TWikiAccessControl.mdwn index 23b6225..1cb7097 100644 --- a/TWiki/TWikiAccessControl.mdwn +++ b/TWiki/TWikiAccessControl.mdwn @@ -63,9 +63,16 @@ Access control is based on the familiar concept of Users and Groups. Users are d ### Managing Users -A user is created with the [[TWikiRegistration]] form. The process generates a topic in the Main web in the new user's [[WikiName]]. The default visitor name is [[TWikiGuest]]. +A user can create an account in [[TWikiRegistration]]. The following actions are performed: -- Users can be authenticated using Basic Authentication (htaccess) or SSL (secure server). In either case, [[TWikiUserAuthentication]] is required in order to track user identities, and use User and Group access control. +- [[WikiName]] and encrypted password are recorded in `.htpasswd` if authentication is enabled. +- A confirmation e-mail is sent to the user. +- A user home page with the [[WikiName]] of the user is created in the Main web. +- The user is added to the [[TWikiUsers]] topic. + +Users can be authenticated using Basic Authentication (htaccess) or SSL (secure server). In either case, [[TWikiUserAuthentication]] is required in order to track user identities, and use User and Group access control. + +The default visitor name is [[TWikiGuest]]. This is the non-authenticated user. diff --git a/TWiki/TWikiInstallationGuide.mdwn b/TWiki/TWikiInstallationGuide.mdwn index f69bcef..8c41e73 100644 --- a/TWiki/TWikiInstallationGuide.mdwn +++ b/TWiki/TWikiInstallationGuide.mdwn @@ -8,7 +8,8 @@
  • Step 2: Set File Permissions
  • Step 3: Set the Main Configuration File
  • -
  • Step 4: Finish Up from Your Browser
  • +
  • Step 4: Configure Site-Wide Email Preferences
  • +
  • Step 5: Finish Up from Your Browser
  • Additional Server-Level Options