user_save
Functions that call user_save()
| Name | Location | Description |
|---|---|---|
| comment_controls_submit | modules/comment/comment.module | Process comment_controls form submissions. |
| install_configure_form_submit | install.php | Form API submit for the site configuration form. |
| openid_authentication | modules/openid/openid.module | Authenticate a user or attempt registration. |
| system_admin_compact_page | modules/system/system.admin.inc | Menu callback; Sets whether the admin menu is in compact mode or not. |
| user_external_login_register | 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_multiple_role_edit | modules/user/user.module | Callback function for admin mass adding/deleting a user role. |
| user_profile_form_submit | modules/user/user.pages.inc | Submit function for the user account and profile editing form. |
| user_register_submit | modules/user/user.module | Submit handler for the user registration form. |
| user_save | modules/user/user.module | Save changes to a user account or add a new user. |
| user_user_operations_block | modules/user/user.module | Callback function for admin mass blocking users. |
| user_user_operations_unblock | modules/user/user.module | Callback function for admin mass unblocking users. |
Functions called by user_save()
| Name | Location | Description |
|---|---|---|
| db_last_insert_id | includes/database.pgsql.inc | Returns the last insert id. This function is thread safe. |
| db_query | includes/database.pgsql.inc | Runs a basic query in the active database. |
| db_result | includes/database.pgsql.inc | Return an individual result field from the previous query. |
| sess_destroy_uid | includes/session.inc | End a specific user's session |
| sess_regenerate | includes/session.inc | Called when an anonymous user becomes authenticated or vice-versa. |
| user_access | modules/user/user.module | Determine whether the user has a given privilege. |
| user_fields | modules/user/user.module | |
| user_load | modules/user/user.module | Fetch a user object. |
| user_module_invoke | modules/user/user.module | Invokes hook_user() in every module. |
| user_save | modules/user/user.module | Save changes to a user account or add a new user. |
| user_set_authmaps | modules/user/user.module | Save mappings of which external authentication module(s) authenticated a user. Maps external usernames to user ids in the users table. |
| _user_mail_notify | modules/user/user.module | Conditionally create and send a notification email when a certain operation happens on the given user account. See alsouser_mail_tokens() |
