diff --git a/modules/user.module b/modules/user.module index a95a3a84833..8c1dbcbfa24 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1707,7 +1707,7 @@ roles: Changes made here take effect immediately. Also, administrators may make profile and preferences changes in the Admin Center on behalf of their users.
Module developers are provided several hooks for adding custom fields to the user view/edit pages. These hooks are described in the Developer section of the Drupal Handbook. For an example, see the jabber_user()
function in /modules/jabber.module.
Drupal is setup so that it is very easy to add support for any external authentication source. You currently have the following authentication modules installed ...
- + " . module_invoke($module, "info", "name") . ""; @@ -1918,7 +1918,7 @@ function user_help_devel_da() { and Drupal_support mailing lists. You might also want to post a story on Drop.org.Module developers are provided several hooks for adding custom fields to the user view/edit pages. These hooks are described in the Developer section of the Drupal Handbook. For an example, see the jabber_user()
function in /modules/jabber.module.
Drupal is setup so that it is very easy to add support for any external authentication source. You currently have the following authentication modules installed ...
- + " . module_invoke($module, "info", "name") . ""; @@ -1918,7 +1918,7 @@ function user_help_devel_da() { and Drupal_support mailing lists. You might also want to post a story on Drop.org.