Search for d

  1. Search 9.5.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
user_file_download function modules/user/user.module Implements hook_file_download().
user_file_download_access function modules/user/user.module Implements hook_file_download_access().
user_flood_test.info file modules/user/tests/user_flood_test.info name = "User module flood control tests"
description = "Support module for user flood control testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
user_flood_test.module file modules/user/tests/user_flood_test.module Dummy module implementing hook_user_flood_control.
user_flood_test_user_flood_control function modules/user/tests/user_flood_test.module Implements hook_user_flood_control().
user_form_field_ui_field_edit_form_alter function modules/user/user.module Implements hook_form_FORM_ID_alter().
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.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_hash_password function includes/password.inc Hash a password using a secure hash.
user_image_style_delete function modules/user/user.module Implements hook_image_style_delete().
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_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_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_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_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_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().
user_password function modules/user/user.module Generate a random alphanumeric password.
user_pass_validate function modules/user/user.pages.inc Form validation handler for user_pass().
user_permission_get_modules function modules/user/user.module Determine the modules that permissions belong to.
user_preferred_language function 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…
user_profile_form_validate function modules/user/user.pages.inc Form validation handler for user_profile_form().
user_rdf_mapping function modules/user/user.module Implements hook_rdf_mapping().
USER_REGISTER_ADMINISTRATORS_ONLY constant modules/user/user.module Only administrators can create user accounts.
user_register_validate function modules/user/user.module Validation function for the user registration form.
USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL constant modules/user/user.module Visitors can create accounts, but they don't become active without
administrative approval.
user_role_delete function modules/user/user.module Delete a user role from database.
user_role_edit_access function modules/user/user.module Menu access callback for user role editing.
user_role_load function modules/user/user.module Fetches a user role by role ID.
user_role_load_by_name function modules/user/user.module Fetches a user role by role name.
user_session_test.module file modules/user/tests/user_session_test.module Dummy module implementing a page callback to create an anon session.
user_translated_menu_link_alter function modules/user/user.module Implements hook_translated_menu_link_alter().
user_uid_only_optional_to_arg function modules/user/user.module Returns $arg or the user ID of the current user if $arg is '%' or empty.
user_uid_optional_load function modules/user/user.module Load either a specified or the current user account.
user_uid_optional_to_arg function modules/user/user.module Returns $arg or the user ID of the current user if $arg is '%' or empty.
user_update_7000 function modules/user/user.install Increase the length of the password field to accommodate better hashes.
user_update_7001 function modules/user/user.install Remove the 'threshold', 'mode' and 'sort' columns from the {users} table.

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