|
user_comment |
drupal-6.x/modules/user/user.module |
Implementation of hook_comment(). |
|
|
|
user_confirm_delete |
drupal-6.x/modules/user/user.pages.inc |
Form builder; confirm form for user deletion. |
|
1 |
|
user_confirm_delete_submit |
drupal-6.x/modules/user/user.pages.inc |
Submit function for the confirm form for user deletion. |
|
|
|
user_delete |
drupal-6.x/modules/user/user.module |
Delete a user. |
2 |
|
|
user_delete_access |
drupal-6.x/modules/user/user.module |
Menu access callback; limit access to account deletion pages. |
|
1 |
|
user_edit |
drupal-6.x/modules/user/user.pages.inc |
Form builder; Present the form to edit a given user or profile category. |
|
1 |
|
user_edit_access |
drupal-6.x/modules/user/user.module |
Access callback for user account editing. |
1 |
2 |
|
user_edit_delete_submit |
drupal-6.x/modules/user/user.pages.inc |
Submit function for the 'Delete' button on the user edit form. |
|
1 |
|
user_edit_form |
drupal-6.x/modules/user/user.module |
|
2 |
|
|
user_edit_submit |
drupal-6.x/modules/user/user.pages.inc |
|
|
|
|
user_edit_validate |
drupal-6.x/modules/user/user.pages.inc |
|
|
|
|
user_elements |
drupal-6.x/modules/user/user.module |
Implementation of hook_elements(). |
|
|
|
user_external_load |
drupal-6.x/modules/user/user.module |
|
1 |
|
|
user_external_login |
drupal-6.x/modules/user/user.module |
Perform standard Drupal login operations for a user object. |
1 |
|
|
user_external_login_register |
drupal-6.x/modules/user/user.module |
Helper function for authentication modules. Either login in or registers
the current user, based on username. Either way, the global $user object is
populated based on $name. |
|
|
|
user_fields |
drupal-6.x/modules/user/user.module |
|
2 |
|
|
user_file_download |
drupal-6.x/modules/user/user.module |
Implementation of hook_file_download(). |
|
|
|
user_filters |
drupal-6.x/modules/user/user.module |
List user administration filters that can be applied. |
3 |
2 |
|
user_filter_form |
drupal-6.x/modules/user/user.admin.inc |
Form builder; Return form for user administration filters. |
|
2 |
|
user_filter_form_submit |
drupal-6.x/modules/user/user.admin.inc |
Process result from user administration filter form. |
|
|
|
user_forms |
drupal-6.x/modules/user/user.module |
Implementation of hook_forms(). |
|
|
|
user_get_authmaps |
drupal-6.x/modules/user/user.module |
Discover which external authentication module(s) authenticated a username. |
|
|
|
user_help |
drupal-6.x/modules/user/user.module |
Implementation of hook_help(). |
|
|
|
user_hook_info |
drupal-6.x/modules/user/user.module |
Implementation of hook_hook_info(). |
|
|
|
user_init |
drupal-6.x/modules/user/user.module |
Implementation of hook_init(). |
|
|
|
user_is_anonymous |
drupal-6.x/modules/user/user.module |
|
2 |
2 |
|
user_is_blocked |
drupal-6.x/modules/user/user.module |
Checks for usernames blocked by user administration. |
1 |
|
|
user_is_logged_in |
drupal-6.x/modules/user/user.module |
|
|
1 |
|
user_load |
drupal-6.x/modules/user/user.module |
Fetch a user object. |
28 |
|
|
user_load_self |
drupal-6.x/modules/user/user.module |
|
|
|
|
user_login |
drupal-6.x/modules/user/user.module |
Form builder; the main user login form. |
|
3 |
|
user_login_authenticate_validate |
drupal-6.x/modules/user/user.module |
A validate handler on the login form. Check supplied username/password
against local users table. If successful, sets the global $user object. |
|
1 |
|
user_login_block |
drupal-6.x/modules/user/user.module |
|
|
2 |
|
user_login_default_validators |
drupal-6.x/modules/user/user.module |
Set up a series for validators which check for blocked/denied 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… |
2 |
|
|
user_login_destination |
drupal-6.x/modules/user/user.module |
Prepare a destination query string for use in combination with drupal_goto(). |
1 |
|
|
user_login_final_validate |
drupal-6.x/modules/user/user.module |
A validate handler on the login form. Should be the last validator. Sets an
error if user has not been authenticated yet. |
|
1 |
|
user_login_name_validate |
drupal-6.x/modules/user/user.module |
A FAPI validate handler. Sets an error if supplied username has been blocked
or denied access. |
1 |
1 |
|
user_login_submit |
drupal-6.x/modules/user/user.module |
Submit handler for the login form. Redirects the user to a page. |
|
1 |
|
user_logout |
drupal-6.x/modules/user/user.pages.inc |
Menu callback; logs the current user out, and redirects to the home page. |
1 |
1 |
|
user_mail |
drupal-6.x/modules/user/user.module |
Implementation of hook_mail(). |
|
2 |
|
user_mail_tokens |
drupal-6.x/modules/user/user.module |
Return an array of token to value mappings for user e-mail messages. |
1 |
|
|
user_menu |
drupal-6.x/modules/user/user.module |
Implementation of hook_menu(). |
|
|
|
user_module_invoke |
drupal-6.x/modules/user/user.module |
Invokes hook_user() in every module. |
11 |
|
|
user_multiple_delete_confirm |
drupal-6.x/modules/user/user.module |
|
|
1 |
|
user_multiple_delete_confirm_submit |
drupal-6.x/modules/user/user.module |
|
|
|
|
user_multiple_role_edit |
drupal-6.x/modules/user/user.module |
Callback function for admin mass adding/deleting a user role. |
|
1 |
|
user_page |
drupal-6.x/modules/user/user.pages.inc |
Access callback for path /user. |
|
1 |
|
user_page_title |
drupal-6.x/modules/user/user.module |
Menu item title callback - use the user name if it's not the current user. |
|
1 |
|
user_pass |
drupal-6.x/modules/user/user.pages.inc |
Form builder; Request a password reset. |
|
1 |
|
user_password |
drupal-6.x/modules/user/user.module |
Generate a random alphanumeric password. |
4 |
|