28 calls to user_load()
- comment_form_add_preview in drupal-6.x/modules/comment/comment.module
- Form builder; Generate and validate a comment preview form.
- comment_validate in drupal-6.x/modules/comment/comment.module
- Validate comment data.
- install_configure_form_submit in drupal-6.x/install.php
- Form API submit for the site configuration form.
- node_preview in drupal-6.x/modules/node/node.pages.inc
- Generate a node preview.
- node_submit in drupal-6.x/modules/node/node.module
- Prepares a node for saving by populating teaser, author, and creation date.
- node_validate in drupal-6.x/modules/node/node.module
- Perform validation checks on the given node.
- profile_block in drupal-6.x/modules/profile/profile.module
- Implementation of hook_block().
- profile_browse in drupal-6.x/modules/profile/profile.pages.inc
- Menu callback; display a list of user information.
- statistics_user_tracker in drupal-6.x/modules/statistics/statistics.pages.inc
- system_send_email_action in drupal-6.x/modules/system/system.module
- Implementation of a configurable Drupal action. Sends an email.
- user_authenticate in drupal-6.x/modules/user/user.module
- Try to log in the user locally.
- user_category_load in drupal-6.x/modules/user/user.module
- Return a user object after checking if any profile category in the path exists.
- user_delete in drupal-6.x/modules/user/user.module
- Delete a user.
- user_external_load in drupal-6.x/modules/user/user.module
- user_external_login_register in drupal-6.x/modules/user/user.module
- Helper function for authentication modules. Either login in or registers
the current user, based on username. Either way, the global $user object is
populated based on $name.
- user_load_self in drupal-6.x/modules/user/user.module
- user_multiple_role_edit in drupal-6.x/modules/user/user.module
- Callback function for admin mass adding/deleting a user role.
- user_pass_reset in drupal-6.x/modules/user/user.pages.inc
- Menu callback; process one time login link and redirects to the user page on success.
- user_pass_validate in drupal-6.x/modules/user/user.pages.inc
- user_save in drupal-6.x/modules/user/user.module
- Save changes to a user account or add a new user.
- user_uid_optional_load in drupal-6.x/modules/user/user.module
- Load either a specified or the current user account.
- user_user_operations_block in drupal-6.x/modules/user/user.module
- Callback function for admin mass blocking users.
- user_user_operations_unblock in drupal-6.x/modules/user/user.module
- Callback function for admin mass unblocking users.
- _comment_form_submit in drupal-6.x/modules/comment/comment.module
- Prepare a comment for submission.
- _trigger_normalize_comment_context in drupal-6.x/modules/trigger/trigger.module
- When an action is called in a context that does not match its type,
the object that the action expects must be retrieved. For example, when
an action that works on nodes is called during the comment hook, the
node object is not available since the…
- _trigger_normalize_node_context in drupal-6.x/modules/trigger/trigger.module
- When an action is called in a context that does not match its type,
the object that the action expects must be retrieved. For example, when
an action that works on users is called during the node hook, the
user object is not available since the node…
- _update_cron_notify in drupal-6.x/modules/update/update.fetch.inc
- Perform any notifications that should be done once cron fetches new data.
- _user_edit_submit in drupal-6.x/modules/user/user.module