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_pass_reset_url function modules/user/user.module Generates a unique URL for a user to login and reset their password.
user_pass_submit function modules/user/user.pages.inc Form submission handler for user_pass().
user_pass_validate function modules/user/user.pages.inc Form validation handler for user_pass().
user_permission function modules/user/user.module Implements hook_permission().
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 function modules/user/user.pages.inc Form builder; edit a user account or one of their profile categories.
user_profile_form_submit function modules/user/user.pages.inc Form submission handler for user_profile_form().
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_access function modules/user/user.module Determines if the current user has access to the user registration page.
USER_REGISTER_ADMINISTRATORS_ONLY constant modules/user/user.module Only administrators can create user accounts.
user_register_form function modules/user/user.module Form builder; the user registration form.
user_register_submit function modules/user/user.module Submit handler for the user registration form.
user_register_validate function modules/user/user.module Validation function for the user registration form.
USER_REGISTER_VISITORS constant modules/user/user.module Visitors can create their own accounts.
USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL constant modules/user/user.module Visitors can create accounts, but they don't become active without
administrative approval.
user_roles function modules/user/user.module Retrieve an array of roles matching specified conditions.
user_role_change_permissions function modules/user/user.module Change permissions for a user role.
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_grant_permissions function modules/user/user.module Grant permissions to a user role.
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_role_permissions function modules/user/user.module Determine the permissions for one or more roles.
user_role_revoke_permissions function modules/user/user.module Revoke permissions from a user role.
user_role_save function modules/user/user.module Save a user role to the database.
user_save function modules/user/user.module Save changes to a user account or add a new user.
user_schema function modules/user/user.install Implements hook_schema().
user_search_access function modules/user/user.module Implements hook_search_access().
user_search_execute function modules/user/user.module Implements hook_search_execute().
user_search_info function modules/user/user.module Implements hook_search_info().
user_session_test.info file modules/user/tests/user_session_test.info name = "User module session tests"
description = "Support module for user session testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
user_session_test.module file modules/user/tests/user_session_test.module Dummy module implementing a page callback to create an anon session.
user_session_test_anon_session function modules/user/tests/user_session_test.module Page callback.
user_session_test_menu function modules/user/tests/user_session_test.module Implements hook_menu().
user_set_authmaps function 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.
user_system_info_alter function modules/user/user.module Implements hook_system_info_alter().
user_theme function modules/user/user.module Implements hook_theme().
user_tokens function modules/user/user.tokens.inc Implements hook_tokens().
user_token_info function modules/user/user.tokens.inc Implements hook_token_info().
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_unblock_user_action function modules/user/user.module Unblocks a specific user or the current user, if one is not specified.
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.
user_update_7002 function modules/user/user.install Convert user time zones from time zone offsets to time zone names.
user_update_7003 function modules/user/user.install Update user settings for cancelling user accounts.

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