Version 1.68 (checked in on 2010/02/28 at 20:10:34 by dries)
User page callback file for the user module.
| Name | Description |
|---|---|
| template_preprocess_user_profile | Process variables for user-profile.tpl.php. |
| template_preprocess_user_profile_category | Process variables for user-profile-category.tpl.php. |
| template_preprocess_user_profile_item | Process variables for user-profile-item.tpl.php. |
| user_autocomplete | Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users. |
| user_cancel_confirm | Menu callback; Cancel a user account via e-mail confirmation link. |
| user_cancel_confirm_form | Form builder; confirm form for cancelling user account. |
| user_cancel_confirm_form_submit | Submit handler for the account cancellation confirm form. |
| user_cancel_methods | Helper function to return available account cancellation methods. |
| user_edit_cancel_submit | Submit function for the 'Cancel account' button on the user edit form. |
| user_logout | Menu callback; logs the current user out, and redirects to the home page. |
| user_page | Access callback for path /user. |
| user_pass | Form builder; Request a password reset. |
| user_pass_reset | Menu callback; process one time login link and redirects to the user page on success. |
| user_pass_submit | |
| user_pass_validate | |
| user_profile_form | Form builder; edit a user account or one of their profile categories. |
| user_profile_form_submit | Submit function for the user account and profile editing form. |
| user_profile_form_validate | Validation function for the user account and profile editing form. |