@@ -20,6 +20,8 @@ function profile_help($section) {
switch($section){
case'admin/modules#description':
returnt('Support for configurable user profiles.');
case'admin/settings/profile':
returnt('Here you can define custom fields that users can fill in in their user profile (such as <em>country</em>, <em>real name</em>, <em>age</em>, ...).');
}
}
...
...
@@ -35,19 +37,18 @@ function profile_menu($may_cache) {
@@ -20,6 +20,8 @@ function profile_help($section) {
switch($section){
case'admin/modules#description':
returnt('Support for configurable user profiles.');
case'admin/settings/profile':
returnt('Here you can define custom fields that users can fill in in their user profile (such as <em>country</em>, <em>real name</em>, <em>age</em>, ...).');
}
}
...
...
@@ -35,19 +37,18 @@ function profile_menu($may_cache) {
@@ -1651,17 +1696,17 @@ function user_help($section) {
case'admin/user/create':
case'admin/user/account/create':
returnt('<p>This web page allows the administrators to register a new users by hand. Note that you cannot have a user where either the e-mail address or the username match another user in the system.</p>');
case'admin/user/configure/access':
case'admin/access/rules':
return'<p>'.t('Set up username and e-mail address access rules for new accounts. If a username or email address for a new account matches any deny rule, but not an allow rule, then the new account will not be allowed to be created.').'</p>';
case'admin/user/configure/permission':
returnt('<p>In this area you will define the permissions for each user role (role names are defined on the <a href="%role">user roles page</a>). Each permission describes a fine-grained logical operation, such as being able to access the administration pages, or adding/modifying a user account. You could say a permission represents access granted to a user to perform a set of operations.</p>',array('%role'=>url('admin/user/configure/role')));
case'admin/user/configure/role':
case'admin/access':
returnt('<p>In this area you will define the permissions for each user role (role names are defined on the <a href="%role">user roles page</a>). Each permission describes a fine-grained logical operation, such as being able to access the administration pages, or adding/modifying a user account. You could say a permission represents access granted to a user to perform a set of operations.</p>',array('%role'=>url('admin/access/roles')));
case'admin/access/roles':
returnt('
Roles allow you to fine tune the security and administration of drupal. A role defines a group of users that have certain privileges as defined in <a href="%permission">user permissions</a>. Examples of roles include: anonymous user, authenticated user, moderator, administrator and so on. In this area you will define the <em>role names</em> of the various roles. To delete a role choose "edit".<br />By default, Drupal comes with two user roles:
<ul>
<li>Anonymous user: this role is used for users that don\'t have a user account or that are not authenticated.</li>
<li>Authenticated user: this role is assigned automatically to authenticated users. Most registered users will belong to this user role unless specified otherwise.</li>
returnt('<p>Enter a simple pattern ("*" may be user as a wildcard match) to search for a username. For example, one may search for "br" and Drupal might return "brian", "brad", and "brenda".</p>');