27 calls to user_save()

BlockCacheTestCase::setUp in drupal/modules/block/block.test
Sets up a Drupal site for running functional and integration tests.
ContactPersonalTestCase::testPersonalContactAccess in drupal/modules/contact/contact.test
Tests access to the personal contact form.
DrupalRenderTestCase::testDrupalRenderCache in drupal/modules/simpletest/tests/common.test
Tests caching of render items.
DrupalWebTestCase::drupalCreateUser in drupal/modules/simpletest/drupal_web_test_case.php
Create a user with a given set of permissions.
EntityCrudHookTestCase::testUserHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on users.
FileFieldRevisionTestCase::testRevisions in drupal/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FilterFormatUpgradePathTestCase::testFilterFormatUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.filter.test
Test a successful upgrade.
install_configure_form_submit in drupal/includes/install.core.inc
Form submission handler for install_configure_form().
overlay_user_dismiss_message in drupal/modules/overlay/overlay.module
Page callback: Dismisses the overlay accessibility message for this user.
ProfileCrudTestCase::testUserCRUD in drupal/modules/profile/profile.test
Test profile integration with user CRUD operations.
SessionTestCase::testSessionSaveRegenerate in drupal/modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
TriggerUserActionTestCase::testUserActionAssignmentExecution in drupal/modules/trigger/trigger.test
Tests user action assignment and execution.
UserPasswordResetTestCase::testResetImpersonation in drupal/modules/user/user.test
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTestCase::testUserPasswordResetLoggedIn in drupal/modules/user/user.test
Test user password reset while logged in.
UserPictureTestCase::testPictureIsValid in drupal/modules/user/user.test
Do the test: Picture is valid (proper size and dimension)
UserSaveTestCase::testUserImport in drupal/modules/user/user.test
Test creating a user with arbitrary uid.
UserUserSearchTestCase::testUserSearch in drupal/modules/user/user.test
user_authenticate in drupal/modules/user/user.module
Try to validate the user's login credentials locally.
user_block_user_action in drupal/modules/user/user.module
Blocks a specific user or the current user, if one is not specified.
user_cancel_confirm_form_submit in drupal/modules/user/user.pages.inc
Submit handler for the account cancellation confirm form.
user_external_login_register in drupal/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/modules/user/user.module
Callback function for admin mass adding/deleting a user role.
user_profile_form_submit in drupal/modules/user/user.pages.inc
Form submission handler for user_profile_form().
user_register_submit in drupal/modules/user/user.module
Submit handler for the user registration form.
user_user_operations_block in drupal/modules/user/user.module
Callback function for admin mass blocking users.
user_user_operations_unblock in drupal/modules/user/user.module
Callback function for admin mass unblocking users.
_user_cancel in drupal/modules/user/user.module
Implements callback_batch_operation().