Search for user
Title | Object type | File name | Summary |
---|---|---|---|
user_pass_reset_url | function | modules/ |
Generates a unique URL for a user to login and reset their password. |
user_pass_submit | function | modules/ |
Form submission handler for user_pass(). |
user_pass_validate | function | modules/ |
Form validation handler for user_pass(). |
user_permission | function | modules/ |
Implements hook_permission(). |
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 | function | modules/ |
Form builder; edit a user account or one of their profile categories. |
user_profile_form_submit | function | modules/ |
Form submission handler for user_profile_form(). |
user_profile_form_validate | function | modules/ |
Form validation handler for user_profile_form(). |
user_rdf_mapping | function | modules/ |
Implements hook_rdf_mapping(). |
user_register_access | function | modules/ |
Determines if the current user has access to the user registration page. |
USER_REGISTER_ADMINISTRATORS_ONLY | constant | modules/ |
Only administrators can create user accounts. |
user_register_form | function | modules/ |
Form builder; the user registration form. |
user_register_submit | function | modules/ |
Submit handler for the user registration form. |
user_register_validate | function | modules/ |
Validation function for the user registration form. |
USER_REGISTER_VISITORS | constant | modules/ |
Visitors can create their own accounts. |
USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL | constant | modules/ |
Visitors can create accounts, but they don't become active without administrative approval. |
user_roles | function | modules/ |
Retrieve an array of roles matching specified conditions. |
user_role_change_permissions | function | modules/ |
Change permissions for a user role. |
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_grant_permissions | function | modules/ |
Grant permissions to a user role. |
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_role_permissions | function | modules/ |
Determine the permissions for one or more roles. |
user_role_revoke_permissions | function | modules/ |
Revoke permissions from a user role. |
user_role_save | function | modules/ |
Save a user role to the database. |
user_save | function | modules/ |
Save changes to a user account or add a new user. |
user_schema | function | modules/ |
Implements hook_schema(). |
user_search_access | function | modules/ |
Implements hook_search_access(). |
user_search_execute | function | modules/ |
Implements hook_search_execute(). |
user_search_info | function | modules/ |
Implements hook_search_info(). |
user_session_test.info | file | modules/ |
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/ |
Dummy module implementing a page callback to create an anon session. |
user_session_test_anon_session | function | modules/ |
Page callback. |
user_session_test_menu | function | modules/ |
Implements hook_menu(). |
user_set_authmaps | function | modules/ |
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/ |
Implements hook_system_info_alter(). |
user_theme | function | modules/ |
Implements hook_theme(). |
user_tokens | function | modules/ |
Implements hook_tokens(). |
user_token_info | function | modules/ |
Implements hook_token_info(). |
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_unblock_user_action | function | modules/ |
Unblocks a specific user or the current user, if one is not specified. |
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. |
user_update_7002 | function | modules/ |
Convert user time zones from time zone offsets to time zone names. |
user_update_7003 | function | modules/ |
Update user settings for cancelling user accounts. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.