22 calls to user_save()

BlockCacheTestCase::setUp in drupal-7.x/modules/block/block.test
Sets up a Drupal site for running functional and integration tests.
ContactPersonalTestCase::testPersonalContactAccess in drupal-7.x/modules/contact/contact.test
Tests access to the personal contact form.
DrupalWebTestCase::drupalCreateUser in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Create a user with a given set of permissions.
EntityCrudHookTestCase::testUserHooks in drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on users.
FileFieldRevisionTestCase::testRevisions in drupal-7.x/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
install_configure_form_submit in drupal-7.x/includes/install.core.inc
Form submission handler for install_configure_form().
overlay_user_dismiss_message in drupal-7.x/modules/overlay/overlay.module
Page callback: Dismisses the overlay accessibility message for this user.
ProfileCrudTestCase::testUserCRUD in drupal-7.x/modules/profile/profile.test
Test profile integration with user CRUD operations.
SessionTestCase::testSessionSaveRegenerate in drupal-7.x/modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
TriggerUserActionTestCase::testUserActionAssignmentExecution in drupal-7.x/modules/trigger/trigger.test
Tests user action assignment and execution.
UserSaveTestCase::testUserImport in drupal-7.x/modules/user/user.test
Test creating a user with arbitrary uid.
UserUserSearchTestCase::testUserSearch in drupal-7.x/modules/user/user.test
user_authenticate in drupal-7.x/modules/user/user.module
Try to validate the user's login credentials locally.
user_block_user_action in drupal-7.x/modules/user/user.module
Blocks a specific user or the current user, if one is not specified.
user_cancel_confirm_form_submit in drupal-7.x/modules/user/user.pages.inc
Submit handler for the account cancellation confirm form.
user_external_login_register in drupal-7.x/modules/user/user.module
Helper function for authentication modules. Either logs in or registers the current user, based on username. Either way, the global $user object is populated and login tasks are performed.
user_multiple_role_edit in drupal-7.x/modules/user/user.module
Callback function for admin mass adding/deleting a user role.
user_profile_form_submit in drupal-7.x/modules/user/user.pages.inc
Submit function for the user account and profile editing form.
user_register_submit in drupal-7.x/modules/user/user.module
Submit handler for the user registration form.
user_user_operations_block in drupal-7.x/modules/user/user.module
Callback function for admin mass blocking users.
user_user_operations_unblock in drupal-7.x/modules/user/user.module
Callback function for admin mass unblocking users.
_user_cancel in drupal-7.x/modules/user/user.module
Last batch processing step for cancelling a user account.