|
user_is_logged_in |
drupal-7.x/modules/user/user.module |
Determines if the current user is logged in. |
2 |
4 |
|
user_load |
drupal-7.x/modules/user/user.module |
Loads a user object. |
51 |
|
|
user_load_by_mail |
drupal-7.x/modules/user/user.module |
Fetch a user object by email address. |
2 |
|
|
user_load_by_name |
drupal-7.x/modules/user/user.module |
Fetch a user object by account name. |
17 |
|
|
user_load_multiple |
drupal-7.x/modules/user/user.module |
Load multiple users based on certain conditions. |
17 |
|
|
user_login |
drupal-7.x/modules/user/user.module |
Form builder; the main user login form. |
|
7 |
|
user_login_authenticate_validate |
drupal-7.x/modules/user/user.module |
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. |
|
1 |
|
user_login_block |
drupal-7.x/modules/user/user.module |
|
|
1 |
|
user_login_default_validators |
drupal-7.x/modules/user/user.module |
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… |
2 |
|
|
user_login_destination |
drupal-7.x/modules/user/user.module |
Helper function to rewrite the destination to avoid redirecting to login page after login. |
1 |
|
|
user_login_finalize |
drupal-7.x/modules/user/user.module |
Finalize the login process. Must be called when logging in a user. |
3 |
|
|
user_login_final_validate |
drupal-7.x/modules/user/user.module |
The final validation handler on the login form. |
|
1 |
|
user_login_name_validate |
drupal-7.x/modules/user/user.module |
A FAPI validate handler. Sets an error if supplied username has been blocked. |
1 |
1 |
|
user_login_submit |
drupal-7.x/modules/user/user.module |
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. |
3 |
1 |
|
user_logout |
drupal-7.x/modules/user/user.pages.inc |
Menu callback; logs the current user out, and redirects to the home page. |
1 |
7 |
|
user_mail |
drupal-7.x/modules/user/user.module |
Implements hook_mail(). |
|
2 |
|
user_mail_tokens |
drupal-7.x/modules/user/user.module |
Token callback to add unsafe tokens for user mails. |
|
1 |
|
user_menu |
drupal-7.x/modules/user/user.module |
Implements hook_menu(). |
|
|
|
user_menu_link_alter |
drupal-7.x/modules/user/user.module |
Implements hook_menu_link_alter(). |
|
|
|
user_menu_site_status_alter |
drupal-7.x/modules/user/user.module |
Implements hook_menu_site_status_alter(). |
|
|
|
user_menu_title |
drupal-7.x/modules/user/user.module |
Menu item title callback for the 'user' path. |
|
1 |
|
user_modules_installed |
drupal-7.x/modules/user/user.module |
Implements hook_modules_installed(). |
|
|
|
user_modules_uninstalled |
drupal-7.x/modules/user/user.module |
Implements hook_modules_uninstalled(). |
|
|
|
user_module_invoke |
drupal-7.x/modules/user/user.module |
Invokes a user hook in every module. |
2 |
|
|
user_multiple_cancel_confirm |
drupal-7.x/modules/user/user.module |
|
|
1 |
|
user_multiple_cancel_confirm_submit |
drupal-7.x/modules/user/user.module |
Submit handler for mass-account cancellation form. |
|
|
|
user_multiple_role_edit |
drupal-7.x/modules/user/user.module |
Callback function for admin mass adding/deleting a user role. |
|
1 |
|
user_needs_new_hash |
drupal-7.x/includes/password.inc |
Check whether a user's hashed password needs to be replaced with a new hash. |
2 |
|
|
user_node_load |
drupal-7.x/modules/user/user.module |
Implements hook_node_load(). |
|
|
|
user_page |
drupal-7.x/modules/user/user.pages.inc |
Page callback: Displays the user page. |
|
3 |
|
user_page_title |
drupal-7.x/modules/user/user.module |
Menu item title callback - use the user name. |
|
3 |
|
user_pass |
drupal-7.x/modules/user/user.pages.inc |
Form builder; Request a password reset. |
|
1 |
|
user_password |
drupal-7.x/modules/user/user.module |
Generate a random alphanumeric password. |
9 |
|
|
user_pass_rehash |
drupal-7.x/modules/user/user.module |
Creates a unique hash value for use in time-dependent per-user URLs. |
12 |
|
|
user_pass_reset |
drupal-7.x/modules/user/user.pages.inc |
Menu callback; process one time login link and redirects to the user page on success. |
|
1 |
|
user_pass_reset_url |
drupal-7.x/modules/user/user.module |
Generates a unique URL for a user to login and reset their password. |
1 |
|
|
user_pass_submit |
drupal-7.x/modules/user/user.pages.inc |
|
|
|
|
user_pass_validate |
drupal-7.x/modules/user/user.pages.inc |
|
|
|
|
user_permission |
drupal-7.x/modules/user/user.module |
Implements hook_permission(). |
|
|
|
user_permission_get_modules |
drupal-7.x/modules/user/user.module |
Determine the modules that permissions belong to. |
1 |
|
|
user_preferred_language |
drupal-7.x/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… |
5 |
|
|
user_profile_form |
drupal-7.x/modules/user/user.pages.inc |
Form builder; edit a user account or one of their profile categories. |
|
3 |
|
user_profile_form_submit |
drupal-7.x/modules/user/user.pages.inc |
Submit function for the user account and profile editing form. |
|
1 |
|
user_profile_form_validate |
drupal-7.x/modules/user/user.pages.inc |
Validation function for the user account and profile editing form. |
|
1 |
|
user_rdf_mapping |
drupal-7.x/modules/user/user.module |
Implements hook_rdf_mapping(). |
|
|
|
user_register_access |
drupal-7.x/modules/user/user.module |
Determines if the current user has access to the user registration page. |
|
3 |
|
user_register_form |
drupal-7.x/modules/user/user.module |
Form builder; the user registration form. |
|
11 |
|
user_register_submit |
drupal-7.x/modules/user/user.module |
Submit handler for the user registration form. |
|
1 |
|
user_register_validate |
drupal-7.x/modules/user/user.module |
Validation function for the user registration form. |
|
1 |
|
user_roles |
drupal-7.x/modules/user/user.module |
Retrieve an array of roles matching specified conditions. |
18 |
|