UserBlocksUnitTests::testDisabledAccountLink |
core/modules/user/tests/user.test |
Tests disabling the 'My account' link. |
UserBlocksUnitTests::testUserLoginBlock |
core/modules/user/tests/user.test |
Tests the secondary menu. |
UserCancelTestCase::testMassUserCancelByAdmin |
core/modules/user/tests/user.test |
Create an administrative user and mass-delete other users. |
UserCancelTestCase::testUserAnonymize |
core/modules/user/tests/user.test |
Delete account and anonymize all content. |
UserCancelTestCase::testUserBlock |
core/modules/user/tests/user.test |
Disable account and keep all content. |
UserCancelTestCase::testUserBlockUnpublish |
core/modules/user/tests/user.test |
Disable account and unpublish all content. |
UserCancelTestCase::testUserCancelByAdmin |
core/modules/user/tests/user.test |
Create an administrative user and delete another user. |
UserCancelTestCase::testUserCancelInvalid |
core/modules/user/tests/user.test |
Attempt invalid account cancellations. |
UserCancelTestCase::testUserCancelUid1 |
core/modules/user/tests/user.test |
Tests that user account for uid 1 cannot be cancelled. |
UserCancelTestCase::testUserCancelWithoutPermission |
core/modules/user/tests/user.test |
Attempt to cancel account without permission. |
UserCancelTestCase::testUserDelete |
core/modules/user/tests/user.test |
Delete account and remove all content. |
UserCompareLayoutAccess::checkAccess |
core/modules/layout/plugins/access/user_compare_layout_access.inc |
Checks for access based on the available context. |
UserCompareLayoutAccess::form |
core/modules/layout/plugins/access/user_compare_layout_access.inc |
Settings form for configuring this access item. |
UserCompareLayoutAccess::summary |
core/modules/layout/plugins/access/user_compare_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
UserCompareLayoutAccess::__construct |
core/modules/layout/plugins/access/user_compare_layout_access.inc |
Constructor for a Layout access rule. |
UserCreateTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserCreateTestCase::testUserAdd |
core/modules/user/tests/user.test |
Create a user through the administration interface and ensure that it
displays in the user list. |
UserCreateTestCase::testUserWithWeakPassword |
core/modules/user/tests/user.test |
Tests setting a weak password. |
UserEditedOwnAccountTestCase::testUserEditedOwnAccount |
core/modules/user/tests/user.test |
Tests a user editing their own account. |
UserEditRebuildTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserEditRebuildTestCase::testUserEditFormRebuild |
core/modules/user/tests/user.test |
Test user edit page when the form is set to rebuild. |
UserEditTestCase::testUserEdit |
core/modules/user/tests/user.test |
Test user edit page. |
UserEditTestCase::testUserWith0Password |
core/modules/user/tests/user.test |
Tests setting the password to "0". |
UserEntityCallbacksTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserEntityCallbacksTestCase::testLabelCallback |
core/modules/user/tests/user.test |
Test label callback. |
UserEntityCallbacksTestCase::testUriCallback |
core/modules/user/tests/user.test |
Test URI callback. |
UserInterface::access |
core/includes/userinterface.inc |
Determines whether the given user has access to this entity. |
UserInterface::createAccess |
core/includes/userinterface.inc |
Determines whether the given user has access to create this type of entity. |
UserInterface::id |
core/includes/userinterface.inc |
Returns the entity identifier (the entity's machine name or numeric ID). |
UserInterface::label |
core/includes/userinterface.inc |
Returns the label of the entity. |
UserInterface::uri |
core/includes/userinterface.inc |
Returns the URI elements of the entity. |
UserLoginTestBase::assertFailedLogin |
core/modules/user/tests/user.test |
Make an unsuccessful login attempt. |
UserLoginTestBase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserLoginTestCase::resetUserPassword |
core/modules/user/tests/user.test |
Resets the user password and logs the user in. |
UserLoginTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserLoginTestCase::testAccountNotFound |
core/modules/user/tests/user.test |
Attempt to login with an unregistered username. |
UserLoginTestCase::testArrayLoginValues |
core/modules/user/tests/user.test |
Attempt to login with an invalid array users and passwords. |
UserLoginTestCase::testGlobalLoginFloodControl |
core/modules/user/tests/user.test |
Test the global login flood control. |
UserLoginTestCase::testLoginMethods |
core/modules/user/tests/user.test |
Test that login credentials work (or not) in different login modes. |
UserLoginTestCase::testLoginWithAnonSession |
core/modules/user/tests/user.test |
Test logging in when an anon session already exists. |
UserLoginTestCase::testPasswordRehashOnLogin |
core/modules/user/tests/user.test |
Test that user password is re-hashed upon login after changing $count_log2. |
UserLoginTestCase::testPerUserLoginFloodControl |
core/modules/user/tests/user.test |
Test the per-user login flood control. |
UserPasswordResetTest::getResetURL |
core/modules/user/tests/user_password_reset.test |
Retrieves password reset email and extracts the login link. |
UserPasswordResetTest::setUp |
core/modules/user/tests/user_password_reset.test |
Sets up a Backdrop site for running functional and integration tests. |
UserPasswordResetTest::testPasswordResetFloodControlPerIp |
core/modules/user/tests/user_password_reset.test |
Test IP-based flood control on password reset. |
UserPasswordResetTest::testPasswordResetFloodControlPerUser |
core/modules/user/tests/user_password_reset.test |
Test user-based flood control on password reset. |
UserPasswordResetTest::testResetImpersonation |
core/modules/user/tests/user_password_reset.test |
Make sure that users cannot forge password reset URLs of other users. |
UserPasswordResetTest::testResetInvalidation |
core/modules/user/tests/user_password_reset.test |
Make sure that password reset URLs are invalidated when the user's email
address changes. |
UserPasswordResetTest::testUniqueHashNoPasswordValue |
core/modules/user/tests/user_password_reset.test |
Test uniqueness of output from user_pass_rehash() with no passwords. |
UserPasswordResetTest::testUserPasswordReset |
core/modules/user/tests/user_password_reset.test |
Tests password reset functionality. |