Search for d
Title | Object type | File name | Summary |
---|---|---|---|
user_file_download | function | modules/ |
Implements hook_file_download(). |
user_file_download_access | function | modules/ |
Implements hook_file_download_access(). |
user_flood_test.info | file | modules/ |
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/ |
Dummy module implementing hook_user_flood_control. |
user_flood_test_user_flood_control | function | modules/ |
Implements hook_user_flood_control(). |
user_form_field_ui_field_edit_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
user_form_field_ui_field_edit_form_submit | function | modules/ |
Additional submit handler for the 'Edit field instance' form. |
user_form_process_password_confirm | function | modules/ |
Form element process handler for client-side password validation. |
user_form_test.module | file | modules/ |
Dummy module implementing a form to test user password validation |
user_form_test_current_password | function | modules/ |
A test form for user_validate_current_pass(). |
user_form_test_current_password_submit | function | modules/ |
Submit function for the test form for user_validate_current_pass(). |
user_hash_password | function | includes/ |
Hash a password using a secure hash. |
user_image_style_delete | function | modules/ |
Implements hook_image_style_delete(). |
user_is_blocked | function | modules/ |
Checks for usernames blocked by user administration. |
user_is_logged_in | function | modules/ |
Determines if the current user is logged in. |
user_load | function | modules/ |
Loads a user object. |
user_load_by_mail | function | modules/ |
Fetch a user object by email address. |
user_load_by_name | function | modules/ |
Fetch a user object by account name. |
user_load_multiple | function | modules/ |
Load multiple users based on certain conditions. |
user_login_authenticate_validate | function | modules/ |
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/ |
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/ |
Helper function to rewrite the destination to avoid redirecting to login page after login. |
user_login_final_validate | function | modules/ |
The final validation handler on the login form. |
user_login_name_validate | function | modules/ |
A FAPI validate handler. Sets an error if supplied username has been blocked. |
user_modules_installed | function | modules/ |
Implements hook_modules_installed(). |
user_modules_uninstalled | function | modules/ |
Implements hook_modules_uninstalled(). |
user_module_invoke | function | modules/ |
Invokes a user hook in every module. |
user_multiple_role_edit | function | modules/ |
Callback function for admin mass adding/deleting a user role. |
user_needs_new_hash | function | includes/ |
Check whether a user's hashed password needs to be replaced with a new hash. |
user_node_load | function | modules/ |
Implements hook_node_load(). |
user_password | function | modules/ |
Generate a random alphanumeric password. |
user_pass_validate | function | modules/ |
Form validation handler for user_pass(). |
user_permission_get_modules | function | modules/ |
Determine the modules that permissions belong to. |
user_preferred_language | function | modules/ |
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/ |
Form validation handler for user_profile_form(). |
user_rdf_mapping | function | modules/ |
Implements hook_rdf_mapping(). |
USER_REGISTER_ADMINISTRATORS_ONLY | constant | modules/ |
Only administrators can create user accounts. |
user_register_validate | function | modules/ |
Validation function for the user registration form. |
USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL | constant | modules/ |
Visitors can create accounts, but they don't become active without administrative approval. |
user_role_delete | function | modules/ |
Delete a user role from database. |
user_role_edit_access | function | modules/ |
Menu access callback for user role editing. |
user_role_load | function | modules/ |
Fetches a user role by role ID. |
user_role_load_by_name | function | modules/ |
Fetches a user role by role name. |
user_session_test.module | file | modules/ |
Dummy module implementing a page callback to create an anon session. |
user_translated_menu_link_alter | function | modules/ |
Implements hook_translated_menu_link_alter(). |
user_uid_only_optional_to_arg | function | modules/ |
Returns $arg or the user ID of the current user if $arg is '%' or empty. |
user_uid_optional_load | function | modules/ |
Load either a specified or the current user account. |
user_uid_optional_to_arg | function | modules/ |
Returns $arg or the user ID of the current user if $arg is '%' or empty. |
user_update_7000 | function | modules/ |
Increase the length of the password field to accommodate better hashes. |
user_update_7001 | function | modules/ |
Remove the 'threshold', 'mode' and 'sort' columns from the {users} table. |
Pagination
- Previous page
- Page 78
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.