? 222855-1.patch
? 222855-2.patch
? drupaltest.db
? phpinfo.php
? modules/help/help-popup.css
? modules/help/help-popup.tpl.php
? modules/help/help.js
? sites/all/modules
? sites/all/themes
? sites/default/files
? sites/default/settings.php
Index: modules/user/user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.module,v
retrieving revision 1.944
diff -u -p -r1.944 user.module
--- modules/user/user.module	29 Nov 2008 09:33:51 -0000	1.944
+++ modules/user/user.module	2 Dec 2008 18:15:47 -0000
@@ -1877,9 +1877,9 @@ function user_help($path, $arg) {
 
   switch ($path) {
     case 'admin/help#user':
-      $output = '<p>' . t('The user module allows users to register, login, and log out. Users benefit from being able to sign on because it associates content they create with their account and allows various permissions to be set for their roles. The user module supports user roles which establish fine grained permissions allowing each role to do only what the administrator wants them to. Each user is assigned to one or more roles. By default there are two roles <em>anonymous</em> - a user who has not logged in, and <em>authenticated</em> a user who has signed up and who has been authorized.') . '</p>';
-      $output .= '<p>' . t("Users can use their own name or handle and can specify personal configuration settings through their individual <em>My account</em> page. Users must authenticate by supplying a local username and password or through their OpenID, an optional and secure method for logging into many websites with a single username and password. In some configurations, users may authenticate using a username and password from another Drupal site, or through some other site-specific mechanism.") . '</p>';
-      $output .= '<p>' . t('A visitor accessing your website is assigned a unique ID, or session ID, which is stored in a cookie. The cookie does not contain personal information, but acts as a key to retrieve information from your site. Users should have cookies enabled in their web browser when using your site.') . '</p>';
+      $output = '<p>' . t('The user module handles user account registration and authentication, which allow content to be associated with the user who contributed it. The user module is also critical to site security through configurable roles; roles define detailed permissions available to groups of users. There are two default roles and associated permissions: <em>anonymous user</em>, all visitors who have not logged in; and<em>authenticated user</em>, all users who have logged in to approved accounts. Administrators may define additional roles and permissions, and permissions are applied cumulatively to any users with multiple roles.') . '</p>';
+      $output .= '<p>' . t('Users choose a name or handle, and can change account settings through their <em>My account</em> page. Depending on site configuration, users must log-in by supplying their previously-registered and authenticated username and password; through OpenID, a secure method for logging into multiple websites; with a username and password from another Drupal site; or by some other site-specific mechanism.') . '</p>';
+      $output .= '<p>' . t('Users should have browser cookies enabled when visiting your site. The cookie stores a unique ID, or session ID, for each user. It contains no personal information, but acts as an information retrieval key for the visit.') . '</p>';
       $output .= '<p>' . t('For more information, see the online handbook entry for <a href="@user">User module</a>.', array('@user' => 'http://drupal.org/handbook/modules/user/')) . '</p>';
       return $output;
     case 'admin/user/user':
