Contains filters are case sensitive
Namesort ascending Location Description
user_page modules/user/user.pages.inc Page callback: Displays the user page.
user_node_load modules/user/user.module Implements hook_node_load().
user_needs_new_hash includes/password.inc Check whether a user's hashed password needs to be replaced with a new hash.
user_multiple_cancel_confirm_submit modules/user/user.admin.inc Submit handler for mass-account cancellation form.
user_multiple_cancel_confirm modules/user/user.admin.inc Form builder; Cancel multiple accounts at the same time.
user_modules_uninstalled modules/user/user.module Implements hook_modules_uninstalled().
user_modules_installed modules/user/user.module Implements hook_modules_installed().
user_module_invoke modules/user/user.module Invokes a user hook in every module.
user_menu_title modules/user/user.module Menu item title callback for the 'user' path.
user_menu_site_status_alter modules/user/user.module Implements hook_menu_site_status_alter().
user_menu_link_alter modules/user/user.module Implements hook_menu_link_alter().
user_menu_alter modules/user/user.module Implements hook_menu_alter().
user_menu modules/user/user.module Implements hook_menu().
user_mail_tokens modules/user/user.module Token callback to add unsafe tokens for user mails.
_user_mail_text modules/user/user.module Returns a mail string for a variable name.
_user_mail_notify modules/user/user.module Conditionally create and send a notification email when a certain operation happens on the given user account.
user_mail modules/user/user.module Implements hook_mail().
user_logout modules/user/user.pages.inc Menu callback; logs the current user out, and redirects to the home page.
user_login_submit modules/user/user.module Submit handler for the login form. Load $user object and perform standard login tasks. The user is then redirected to the My Account page. Setting the destination in the query string overrides the redirect.
user_login_settings modules/user/user.admin.inc Login settings form.
user_login_name_validate modules/user/user.module First phase validation handler for the login form.
user_login_final_validate modules/user/user.module The final validation handler on the login form.
user_login_finalize modules/user/user.module Finalize the login process. Must be called when logging in a user.
user_login_destination modules/user/user.module Helper function to rewrite the destination to avoid redirecting to login page after login.
user_login_default_validators modules/user/user.module Set up a series for validators which check for blocked users, then authenticate against local database, then return an error if authentication fails. Distributed authentication modules are welcome to use hook_form_alter() to change this series in…
user_login_block modules/user/user.module
user_login_authenticate_validate modules/user/user.module Second phase validation handler on the login form.
user_login modules/user/user.module Form builder; the main user login form.
user_load_multiple modules/user/user.module Load multiple users based on certain conditions.
user_load_by_name modules/user/user.module Fetch a user object by account name.
user_load_by_mail modules/user/user.module Fetch a user object by email address.
user_load modules/user/user.module Loads a user object.
user_layout_context_info modules/user/user.module Implements hook_layout_context_info().
user_is_logged_in modules/user/user.module Determines if the current user is logged in.
user_is_blocked modules/user/user.module Checks for usernames blocked by user administration.
user_is_anonymous modules/user/user.module Determines if the current user is anonymous.
user_install modules/user/user.install Implements hook_install().
user_image_style_save modules/user/user.module Implements hook_image_style_save().
user_image_style_delete modules/user/user.module Implements hook_image_style_delete().
user_has_role modules/user/user.module Checks if a user has a role.
user_hash_password includes/password.inc Hash a password using a secure hash.
user_form_test_user_account_submit modules/user/tests/user_form_test/user_form_test.module Submit function for user_profile_form().
user_form_test_menu modules/user/tests/user_form_test/user_form_test.module Implements hook_menu().
user_form_test_form_user_profile_form_alter modules/user/tests/user_form_test/user_form_test.module Implements hook_form_FORM_ID_alter().
user_form_test_current_password_submit modules/user/tests/user_form_test/user_form_test.module Submit function for the test form for user_validate_current_pass().
user_form_test_current_password modules/user/tests/user_form_test/user_form_test.module A test form for user_validate_current_pass().
user_form_process_password_confirm modules/user/user.module Form element process handler for client-side password validation.
user_form_process_password modules/user/user.module Form element process handler for client-side password hide/show and strength.
user_form_field_ui_field_edit_form_submit modules/user/user.module Additional submit handler for the 'Edit field instance' form.
user_form_field_ui_field_edit_form_alter modules/user/user.module Implements hook_form_FORM_ID_alter().

Pages