Search for user
Title | Object type | File name | Summary |
---|---|---|---|
user_form_test_form_user_pass_reset_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
user_form_test_form_user_pass_reset_submit | function | modules/ |
Submit function for user_pass_reset(). |
user_form_test_form_user_profile_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
user_form_test_menu | function | modules/ |
Implements hook_menu(). |
user_form_test_user_account_submit | function | modules/ |
Submit function for user_profile_form(). |
user_get_authmaps | function | modules/ |
Discover which external authentication module(s) authenticated a username. |
user_hash_password | function | includes/ |
Hash a password using a secure hash. |
user_has_role | function | modules/ |
Checks if a user has a role. |
user_help | function | modules/ |
Implements hook_help(). |
user_image_style_delete | function | modules/ |
Implements hook_image_style_delete(). |
user_image_style_save | function | modules/ |
Implements hook_image_style_save(). |
user_install | function | modules/ |
Implements hook_install(). |
user_is_anonymous | function | modules/ |
Determines if the current user is anonymous. |
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 | function | modules/ |
Form builder; the main user login form. |
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_block | function | modules/ |
|
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_finalize | function | modules/ |
Finalize the login process. Must be called when logging in a user. |
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_login_submit | function | modules/ |
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/ |
Menu callback; logs the current user out, and redirects to the home page. |
user_logout_current_user | function | modules/ |
Logs the current user out. |
user_mail | function | modules/ |
Implements hook_mail(). |
user_mail_tokens | function | modules/ |
Token callback to add unsafe tokens for user mails. |
user_menu | function | modules/ |
Implements hook_menu(). |
user_menu_link_alter | function | modules/ |
Implements hook_menu_link_alter(). |
user_menu_site_status_alter | function | modules/ |
Implements hook_menu_site_status_alter(). |
user_menu_title | function | modules/ |
Menu item title callback for the 'user' path. |
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_cancel_confirm | function | modules/ |
|
user_multiple_cancel_confirm_submit | function | modules/ |
Submit handler for mass-account cancellation form. |
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_page | function | modules/ |
Page callback: Displays the user page. |
user_page_title | function | modules/ |
Menu item title callback - use the user name. |
user_pass | function | modules/ |
Form builder; Request a password reset. |
user_password | function | modules/ |
Generate a random alphanumeric password. |
user_pass_rehash | function | modules/ |
Creates a unique hash value for use in time-dependent per-user URLs. |
user_pass_reset | function | modules/ |
Menu callback; process one time login link and redirects to the user page on success. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.