Namesort descending Location Description
user_cancel_confirm_form core/modules/user/user.pages.inc Form builder; confirm form for canceling user account.
user_cancel_confirm_form_submit core/modules/user/user.pages.inc Submit handler for user_cancel_confirm_form().
user_cancel_methods core/modules/user/user.pages.inc Helper function to return available account cancellation methods.
user_cancel_url core/modules/user/user.module Generates a URL to confirm an account cancellation request.
user_cancel_user_action core/modules/user/user.actions.inc Queues a specific user account for cancellation.
user_check_password core/includes/password.inc Check whether a plain text password matches a stored hashed password.
user_comment_view core/modules/user/user.module Implements hook_comment_view().
user_config_info core/modules/user/user.module Implements hook_config_info().
user_cookie_delete core/modules/user/user.module Delete a visitor information cookie.
user_cookie_save core/modules/user/user.module Saves visitor information as a cookie so it can be reused.
user_delete core/modules/user/user.module Delete a user.
user_delete_multiple core/modules/user/user.module Delete multiple user accounts.
user_edit_access core/modules/user/user.module Access callback for user account editing.
user_edit_cancel_submit core/modules/user/user.pages.inc Submit handler for user_edit_cancel().
user_entity_info core/modules/user/user.module Implements hook_entity_info().
user_field_extra_fields core/modules/user/user.module Implements hook_field_extra_fields().
user_field_info_alter core/modules/user/user.module Implements hook_field_info_alter().
user_file_download core/modules/user/user.module Implements hook_file_download().
user_file_download_access core/modules/user/user.module Implements hook_file_download_access().
user_file_move core/modules/user/user.module Implements hook_file_move().
user_file_predelete core/modules/user/user.module Implements hook_file_predelete().
user_filters core/modules/user/user.module List user administration filters that can be applied.
user_flood_test_user_flood_control core/modules/user/tests/user_flood_test/user_flood_test.module Implements hook_user_flood_control().
user_format_name core/modules/user/user.module Format a username.
user_form_field_ui_field_edit_form_alter core/modules/user/user.module Implements hook_form_FORM_ID_alter().
user_form_field_ui_field_edit_form_submit core/modules/user/user.module Additional submit handler for the 'Edit field instance' form.
user_form_process_password core/modules/user/user.module Form element process handler for client-side password hide/show and strength.
user_form_process_password_confirm core/modules/user/user.module Form element process handler for client-side password validation.
user_form_test_current_password core/modules/user/tests/user_form_test/user_form_test.module A test form for user_validate_current_pass().
user_form_test_current_password_submit core/modules/user/tests/user_form_test/user_form_test.module Submit function for the test form for user_validate_current_pass().
user_form_test_form_user_profile_form_alter core/modules/user/tests/user_form_test/user_form_test.module Implements hook_form_FORM_ID_alter().
user_form_test_menu core/modules/user/tests/user_form_test/user_form_test.module Implements hook_menu().
user_form_test_user_account_submit core/modules/user/tests/user_form_test/user_form_test.module Submit function for user_profile_form().
user_hash_password core/includes/password.inc Hash a password using a secure hash.
user_has_role core/modules/user/user.module Checks if a user has a role.
user_image_style_delete core/modules/user/user.module Implements hook_image_style_delete().
user_image_style_save core/modules/user/user.module Implements hook_image_style_save().
user_install core/modules/user/user.install Implements hook_install().
user_is_anonymous core/modules/user/user.module Determines if the current user is anonymous.
user_is_blocked core/modules/user/user.module Checks for usernames blocked by user administration.
user_is_logged_in core/modules/user/user.module Determines if the current user is logged in.
user_layout_context_info core/modules/user/user.module Implements hook_layout_context_info().
user_load core/modules/user/user.module Loads a user object.
user_load_by_mail core/modules/user/user.module Fetch a user object by email address.
user_load_by_name core/modules/user/user.module Fetch a user object by account name.
user_load_multiple core/modules/user/user.module Load multiple users based on certain conditions.
user_login core/modules/user/user.module Form builder; the main user login form.
user_login_authenticate_validate core/modules/user/user.module Second phase validation handler on the login form.
user_login_block core/modules/user/user.module
user_login_default_validators core/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…

Pages