Search for user

  1. Search 9.5.x for user
  2. Search 8.9.x for user
  3. Search 10.3.x for user
  4. Search 11.x for user
  5. Other projects
Title Object type File name Summary
user_form_field_ui_field_edit_form_submit function modules/user/user.module Additional submit handler for the 'Edit field instance' form.
user_form_process_password_confirm function modules/user/user.module Form element process handler for client-side password validation.
user_form_test.info file modules/user/tests/user_form_test.info name = "User module form tests"
description = "Support module for user form testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
user_form_test.module file modules/user/tests/user_form_test.module Dummy module implementing a form to test user password validation
user_form_test_current_password function modules/user/tests/user_form_test.module A test form for user_validate_current_pass().
user_form_test_current_password_submit function modules/user/tests/user_form_test.module Submit function for the test form for user_validate_current_pass().
user_form_test_form_user_pass_reset_alter function modules/user/tests/user_form_test.module Implements hook_form_FORM_ID_alter().
user_form_test_form_user_pass_reset_submit function modules/user/tests/user_form_test.module Submit function for user_pass_reset().
user_form_test_form_user_profile_form_alter function modules/user/tests/user_form_test.module Implements hook_form_FORM_ID_alter().
user_form_test_menu function modules/user/tests/user_form_test.module Implements hook_menu().
user_form_test_user_account_submit function modules/user/tests/user_form_test.module Submit function for user_profile_form().
user_get_authmaps function modules/user/user.module Discover which external authentication module(s) authenticated a username.
user_hash_password function includes/password.inc Hash a password using a secure hash.
user_has_role function modules/user/user.module Checks if a user has a role.
user_help function modules/user/user.module Implements hook_help().
user_image_style_delete function modules/user/user.module Implements hook_image_style_delete().
user_image_style_save function modules/user/user.module Implements hook_image_style_save().
user_install function modules/user/user.install Implements hook_install().
user_is_anonymous function modules/user/user.module Determines if the current user is anonymous.
user_is_blocked function modules/user/user.module Checks for usernames blocked by user administration.
user_is_logged_in function modules/user/user.module Determines if the current user is logged in.
user_load function modules/user/user.module Loads a user object.
user_load_by_mail function modules/user/user.module Fetch a user object by email address.
user_load_by_name function modules/user/user.module Fetch a user object by account name.
user_load_multiple function modules/user/user.module Load multiple users based on certain conditions.
user_login function modules/user/user.module Form builder; the main user login form.
user_login_authenticate_validate function modules/user/user.module A validate handler on the login form. Check supplied username/password
against local users table. If successful, $form_state['uid']
is set to the matching user ID.
user_login_block function modules/user/user.module
user_login_default_validators function 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_destination function modules/user/user.module Helper function to rewrite the destination to avoid redirecting to login page after login.
user_login_finalize function modules/user/user.module Finalize the login process. Must be called when logging in a user.
user_login_final_validate function modules/user/user.module The final validation handler on the login form.
user_login_name_validate function modules/user/user.module A FAPI validate handler. Sets an error if supplied username has been blocked.
user_login_submit function 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_logout function modules/user/user.pages.inc Menu callback; logs the current user out, and redirects to the home page.
user_logout_current_user function modules/user/user.pages.inc Logs the current user out.
user_mail function modules/user/user.module Implements hook_mail().
user_mail_tokens function modules/user/user.module Token callback to add unsafe tokens for user mails.
user_menu function modules/user/user.module Implements hook_menu().
user_menu_link_alter function modules/user/user.module Implements hook_menu_link_alter().
user_menu_site_status_alter function modules/user/user.module Implements hook_menu_site_status_alter().
user_menu_title function modules/user/user.module Menu item title callback for the 'user' path.
user_modules_installed function modules/user/user.module Implements hook_modules_installed().
user_modules_uninstalled function modules/user/user.module Implements hook_modules_uninstalled().
user_module_invoke function modules/user/user.module Invokes a user hook in every module.
user_multiple_cancel_confirm function modules/user/user.module
user_multiple_cancel_confirm_submit function modules/user/user.module Submit handler for mass-account cancellation form.
user_multiple_role_edit function modules/user/user.module Callback function for admin mass adding/deleting a user role.
user_needs_new_hash function includes/password.inc Check whether a user's hashed password needs to be replaced with a new hash.
user_node_load function modules/user/user.module Implements hook_node_load().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.