user_cancel |
core/modules/user/user.module |
Cancel a user account. |
user_cancel_access |
core/modules/user/user.module |
Menu access callback; limit access to account cancellation pages. |
user_cancel_confirm |
core/modules/user/user.pages.inc |
Menu callback; cancel a user account via email confirmation link. |
user_cancel_confirm_form |
core/modules/user/user.pages.inc |
Form builder; confirm form for canceling user account. |
user_cancel_confirm_form_submit |
core/modules/user/user.pages.inc |
Submit handler for user_cancel_confirm_form(). |
user_cancel_methods |
core/modules/user/user.pages.inc |
Helper function to return available account cancellation methods. |
user_cancel_url |
core/modules/user/user.module |
Generates a URL to confirm an account cancellation request. |
user_cancel_user_action |
core/modules/user/user.actions.inc |
Queues a specific user account for cancellation. |
user_check_password |
core/includes/password.inc |
Check whether a plain text password matches a stored hashed password. |
user_comment_view |
core/modules/user/user.module |
Implements hook_comment_view(). |
user_config_info |
core/modules/user/user.module |
Implements hook_config_info(). |
user_cookie_delete |
core/modules/user/user.module |
Delete a visitor information cookie. |
user_cookie_save |
core/modules/user/user.module |
Saves visitor information as a cookie so it can be reused. |
user_custom_theme |
core/modules/user/user.module |
Implements hook_custom_theme(). |
user_delete |
core/modules/user/user.module |
Delete a user. |
user_delete_multiple |
core/modules/user/user.module |
Delete multiple user accounts. |
user_edit_access |
core/modules/user/user.module |
Access callback for user account editing. |
user_edit_cancel_submit |
core/modules/user/user.pages.inc |
Submit handler for user_edit_cancel(). |
user_entity_info |
core/modules/user/user.module |
Implements hook_entity_info(). |
user_field_extra_fields |
core/modules/user/user.module |
Implements hook_field_extra_fields(). |
user_field_info_alter |
core/modules/user/user.module |
Implements hook_field_info_alter(). |
user_file_download |
core/modules/user/user.module |
Implements hook_file_download(). |
user_file_download_access |
core/modules/user/user.module |
Implements hook_file_download_access(). |
user_file_move |
core/modules/user/user.module |
Implements hook_file_move(). |
user_file_predelete |
core/modules/user/user.module |
Implements hook_file_predelete(). |
user_filters |
core/modules/user/user.module |
List user administration filters that can be applied. |
user_flood_test_user_flood_control |
core/modules/user/tests/user_flood_test/user_flood_test.module |
Implements hook_user_flood_control(). |
user_format_name |
core/modules/user/user.module |
Format a username. |
user_form_field_ui_field_edit_form_alter |
core/modules/user/user.module |
Implements hook_form_FORM_ID_alter(). |
user_form_field_ui_field_edit_form_submit |
core/modules/user/user.module |
Additional submit handler for the 'Edit field instance' form. |
user_form_process_password |
core/modules/user/user.module |
Form element process handler for client-side password hide/show and strength. |
user_form_process_password_confirm |
core/modules/user/user.module |
Form element process handler for client-side password validation. |
user_form_test_current_password |
core/modules/user/tests/user_form_test/user_form_test.module |
A test form for user_validate_current_pass(). |
user_form_test_current_password_page |
core/modules/user/tests/user_form_test/user_form_test.module |
Menu callback for user_form_test_current_password/%user. |
user_form_test_current_password_submit |
core/modules/user/tests/user_form_test/user_form_test.module |
Submit function for the test form for user_validate_current_pass(). |
user_form_test_form_user_profile_form_alter |
core/modules/user/tests/user_form_test/user_form_test.module |
Implements hook_form_FORM_ID_alter(). |
user_form_test_menu |
core/modules/user/tests/user_form_test/user_form_test.module |
Implements hook_menu(). |
user_form_test_user_account_submit |
core/modules/user/tests/user_form_test/user_form_test.module |
Submit function for user_profile_form(). |
user_form_test_user_login_paths |
core/modules/user/tests/user_form_test/user_form_test.module |
Implements hook_user_login_paths(). |
user_form_test_user_login_paths_alter |
core/modules/user/tests/user_form_test/user_form_test.module |
Implements hook_user_login_paths_alter(). |
user_get_user_login_paths |
core/modules/user/user.module |
Gets a list of login-related paths. |
user_hash_password |
core/includes/password.inc |
Hash a password using a secure hash. |
user_has_role |
core/modules/user/user.module |
Checks if a user has a role. |
user_image_style_delete |
core/modules/user/user.module |
Implements hook_image_style_delete(). |
user_image_style_save |
core/modules/user/user.module |
Implements hook_image_style_save(). |
user_install |
core/modules/user/user.install |
Implements hook_install(). |
user_is_anonymous |
core/modules/user/user.module |
Determines if the current user is anonymous. |
user_is_blocked |
core/modules/user/user.module |
Checks for usernames blocked by user administration. |
user_is_logged_in |
core/modules/user/user.module |
Determines if the current user is logged in. |
user_is_login_path |
core/modules/user/user.module |
Determines whether a path is one related to the user login process. |