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_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.
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.
user_update_7005 function modules/user/user.install Changes the users table to allow longer e-mail addresses.
user_update_7006 function modules/user/user.install Add module data to {role_permission}.
user_update_7007 function modules/user/user.install Add a weight column to user roles.
user_update_7008 function modules/user/user.install If 'user_register' variable was unset in Drupal 6, set it to be the same as
the Drupal 6 default setting.
user_update_7009 function modules/user/user.install Converts fields that store serialized variables from text to blob.
user_update_7010 function modules/user/user.install Update the {user}.signature_format column.
user_update_7011 function modules/user/user.install Placeholder function.
user_update_7012 function modules/user/user.install Add the user's pictures to the {file_managed} table and make them managed
files.
user_update_7013 function modules/user/user.install Add user module file usage entries.
user_update_7014 function modules/user/user.install Rename the 'post comments without approval' permission.
user_update_7015 function modules/user/user.install Change {users}.signature_format into varchar.
user_update_7016 function modules/user/user.install Update the database to match the schema.
user_update_7017 function modules/user/user.install Update email templates to use new tokens.
user_update_7018 function modules/user/user.install Ensure there is an index on {users}.picture.
user_update_7019 function modules/user/user.install Ensure there is a combined index on {authmap}.uid and {authmap}.module.
user_update_7020 function modules/user/user.install Add changed field to users table.
user_update_dependencies function modules/user/user.install Implements hook_update_dependencies().
user_user_flood_control function modules/user/user.module Implements hook_user_flood_control().
user_validate_current_pass function modules/user/user.module Form validation handler for the current password on the user_account_form().
user_validate_mail function modules/user/user.module Validates a user's email address.
user_validate_name function modules/user/user.module Verify the syntax of the given name.
user_validate_picture function modules/user/user.module Validates an image uploaded by a user.
ValidUrlTestCase class modules/simpletest/tests/common.test Test for valid_url().
ValidUrlTestCase::getInfo function modules/simpletest/tests/common.test
ValidUrlTestCase::testInvalidAbsolute function modules/simpletest/tests/common.test Test invalid absolute URLs.
ValidUrlTestCase::testInvalidRelative function modules/simpletest/tests/common.test Test invalid relative URLs.

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