Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
user_multiple_cancel_confirm drupal/modules/user/user.module 1
user_multiple_cancel_confirm_submit drupal/modules/user/user.module Submit handler for mass-account cancellation form.
user_multiple_role_edit drupal/modules/user/user.module Callback function for admin mass adding/deleting a user role. 1
user_needs_new_hash drupal/includes/password.inc Check whether a user's hashed password needs to be replaced with a new hash. 2
user_node_load drupal/modules/user/user.module Implements hook_node_load().
user_page drupal/modules/user/user.pages.inc Page callback: Displays the user page. 1
user_page_title drupal/modules/user/user.module Menu item title callback - use the user name. 1
user_pass drupal/modules/user/user.pages.inc Form builder; Request a password reset. 1
user_password drupal/modules/user/user.module Generate a random alphanumeric password. 12
user_pass_rehash drupal/modules/user/user.module Creates a unique hash value for use in time-dependent per-user URLs. 13
user_pass_reset drupal/modules/user/user.pages.inc Menu callback; process one time login link and redirects to the user page on success. 1
user_pass_reset_url drupal/modules/user/user.module Generates a unique URL for a user to login and reset their password. 3
user_pass_submit drupal/modules/user/user.pages.inc Form submission handler for user_pass().
user_pass_validate drupal/modules/user/user.pages.inc Form validation handler for user_pass().
user_permission drupal/modules/user/user.module Implements hook_permission().
user_permission_get_modules drupal/modules/user/user.module Determine the modules that permissions belong to. 1
user_preferred_language drupal/modules/user/user.module Get the language object preferred by the user. This user preference can be set on the user account editing page, and is only available if there are more than one languages enabled on the site. If the user did not choose a preferred language, or is the… 5
user_profile_form drupal/modules/user/user.pages.inc Form builder; edit a user account or one of their profile categories. 3
user_profile_form_submit drupal/modules/user/user.pages.inc Form submission handler for user_profile_form(). 1
user_profile_form_validate drupal/modules/user/user.pages.inc Form validation handler for user_profile_form(). 1
user_rdf_mapping drupal/modules/user/user.module Implements hook_rdf_mapping().
user_register_access drupal/modules/user/user.module Determines if the current user has access to the user registration page. 1
user_register_form drupal/modules/user/user.module Form builder; the user registration form. 5
user_register_submit drupal/modules/user/user.module Submit handler for the user registration form. 1
user_register_validate drupal/modules/user/user.module Validation function for the user registration form. 1
user_roles drupal/modules/user/user.module Retrieve an array of roles matching specified conditions. 19
user_role_change_permissions drupal/modules/user/user.module Change permissions for a user role. 16
user_role_delete drupal/modules/user/user.module Delete a user role from database. 2
user_role_edit_access drupal/modules/user/user.module Menu access callback for user role editing. 1
user_role_grant_permissions drupal/modules/user/user.module Grant permissions to a user role. 14
user_role_load drupal/modules/user/user.module Fetches a user role by role ID. 2
user_role_load_by_name drupal/modules/user/user.module Fetches a user role by role name. 3
user_role_permissions drupal/modules/user/user.module Determine the permissions for one or more roles. 2 5
user_role_revoke_permissions drupal/modules/user/user.module Revoke permissions from a user role. 5
user_role_save drupal/modules/user/user.module Save a user role to the database. 4
user_save drupal/modules/user/user.module Save changes to a user account or add a new user. 27
user_schema drupal/modules/user/user.install Implements hook_schema().
user_search_access drupal/modules/user/user.module Implements hook_search_access().
user_search_execute drupal/modules/user/user.module Implements hook_search_execute().
user_search_info drupal/modules/user/user.module Implements hook_search_info().
user_set_authmaps drupal/modules/user/user.module Save mappings of which external authentication module(s) authenticated a user. Maps external usernames to user ids in the users table. 3
user_system_info_alter drupal/modules/user/user.module Implements hook_system_info_alter().
user_theme drupal/modules/user/user.module Implements hook_theme().
user_tokens drupal/modules/user/user.tokens.inc Implements hook_tokens().
user_token_info drupal/modules/user/user.tokens.inc Implements hook_token_info().
user_translated_menu_link_alter drupal/modules/user/user.module Implements hook_translated_menu_link_alter().
user_uid_only_optional_to_arg drupal/modules/user/user.module Returns $arg or the user ID of the current user if $arg is '%' or empty.
user_uid_optional_load drupal/modules/user/user.module Load either a specified or the current user account.
user_uid_optional_to_arg drupal/modules/user/user.module Returns $arg or the user ID of the current user if $arg is '%' or empty. 1
user_update_7000 drupal/modules/user/user.install Increase the length of the password field to accommodate better hashes.

Pages

Other projects