From c766305ce5dd55068a5b040e506f5fe1ce673aa5 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sun, 8 Sep 2002 18:02:24 +0000 Subject: - use

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.

- jabber.module and drupal.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.

- - diff --git a/modules/user/user.module b/modules/user/user.module index a95a3a848..8c1dbcbfa 100644 --- a/modules/user/user.module +++ b/modules/user/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.

- jabber.module
and drupal.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.

- - -- cgit v1.2.3