From 51948a790b92a44e6d1bccb62332cbd413b36f00 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 21 May 2009 21:10:07 +0000 Subject: [PATCH] - Patch #468978 by Bohjan: removed user administration description. --- modules/user/user.module | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/user/user.module b/modules/user/user.module index 8af85ef502fc..b8443504e52e 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2382,8 +2382,6 @@ function user_help($path, $arg) { $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>'; return $output; - case 'admin/user/user': - return '<p>' . t('Drupal allows users to register, login, log out, maintain user profiles, etc. Users of the site may not use their own names to post content until they have signed up for a user account.') . '</p>'; case 'admin/user/user/create': case 'admin/user/user/account/create': return '<p>' . t("This web page allows administrators to register new users. Users' e-mail addresses and usernames must be unique.") . '</p>'; -- GitLab