? 222855.patch
? drupal
? sites/all/modules
? 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.938
diff -u -p -r1.938 user.module
--- modules/user/user.module	20 Nov 2008 06:56:17 -0000	1.938
+++ modules/user/user.module	22 Nov 2008 17:49:49 -0000
@@ -1874,7 +1874,7 @@ 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('The user module handles user account registration and authentication, and allows site content to be associated with its author. The user module also plays a critical role in site security by supporting configurable roles, or groups of user accounts. Roles define the fine-grained permissions available to each account. By default, two user roles exist. The permissions granted to the <em>anonymous user</em> role are applied to all visitors who have not logged in, while the permissions granted to the <em>authenticated user</em> role are applied to all users accessing the site via their approved accounts. Additional roles may be created and the permissions granted to each additional role are applied cumulatively to its members.') . '</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('For more information, see the online handbook entry for <a href="@user">User module</a>.', array('@user' => 'http://drupal.org/handbook/modules/user/')) . '</p>';
