|
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. |
|
UserPasswordResetTest::testUserPasswordResetAlreadyLoggedIn |
core/modules/user/tests/user_password_reset.test |
Test user password reset in a browser where the same user is already logged
in. |
|
UserPasswordResetTest::testUserPasswordResetExpired |
core/modules/user/tests/user_password_reset.test |
Attempts login using an expired password reset link. |
|
UserPasswordResetTest::testUserPasswordResetOtherUserLoggedIn |
core/modules/user/tests/user_password_reset.test |
Test user password reset in a browser where another user is logged in. |
|
UserPasswordResetTest::testUserResetPasswordTextboxFilled |
core/modules/user/tests/user_password_reset.test |
Prefill the text box on incorrect login via link to password reset page. |
|
UserPermissionLayoutAccess::checkAccess |
core/modules/layout/plugins/access/user_permission_layout_access.inc |
Checks for access based on the available context. |
|
UserPermissionLayoutAccess::form |
core/modules/layout/plugins/access/user_permission_layout_access.inc |
Settings form for configuring this access item. |
|
UserPermissionLayoutAccess::summary |
core/modules/layout/plugins/access/user_permission_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
|
UserPermissionLayoutAccess::__construct |
core/modules/layout/plugins/access/user_permission_layout_access.inc |
Constructor for a Layout access rule. |
|
UserPermissionsTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
|
UserPermissionsTestCase::testAdministratorRole |
core/modules/user/tests/user.test |
Test assigning of permissions for the administrator role. |
|
UserPermissionsTestCase::testEditorRole |
core/modules/user/tests/user.test |
Test assigning of permissions for the editor role. |
|
UserPermissionsTestCase::testUserPermissionChanges |
core/modules/user/tests/user.test |
Change user permissions and check user_access(). |
|
UserPermissionsTestCase::testUserRoleChangePermissions |
core/modules/user/tests/user.test |
Verify proper permission changes by user_role_change_permissions(). |
|
UserPictureTestCase::saveUserPicture |
core/modules/user/tests/user.test |
|
|
UserPictureTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
|
UserPictureTestCase::testDeletePicture |
core/modules/user/tests/user.test |
Tests deletion of user pictures. |
|
UserPictureTestCase::testExternalPicture |
core/modules/user/tests/user.test |
Test HTTP schema working with user pictures. |
|
UserPictureTestCase::testNoPicture |
core/modules/user/tests/user.test |
|
|
UserPictureTestCase::testPictureIsValid |
core/modules/user/tests/user.test |
Do the test:
Picture is valid (proper size and dimension) |
|
UserPictureTestCase::testUserPictureAdminFormValidation |
core/modules/user/tests/user.test |
Tests the admin form validates user picture settings. |
|
UserPictureTestCase::testWithGDinvalidDimension |
core/modules/user/tests/user.test |
Do the test:
GD Toolkit is installed
Picture has invalid dimension |
|
UserPictureTestCase::testWithGDinvalidSize |
core/modules/user/tests/user.test |
Do the test:
GD Toolkit is installed
Picture has invalid size |
|
UserPictureTestCase::testWithoutGDinvalidDimension |
core/modules/user/tests/user.test |
Do the test:
GD Toolkit is not installed
Picture has invalid size |
|
UserPictureTestCase::testWithoutGDinvalidSize |
core/modules/user/tests/user.test |
Do the test:
GD Toolkit is not installed
Picture has invalid size |
|
UserRegistrationTestCase::testRegistrationDefaultValues |
core/modules/user/tests/user.test |
|
|
UserRegistrationTestCase::testRegistrationEmailAsUsername |
core/modules/user/tests/user.test |
Tests new users username matches their email if username is an email. |
|
UserRegistrationTestCase::testRegistrationEmailAsUsernameDisabled |
core/modules/user/tests/user.test |
Tests new users username not matching their email if username is an email. |
|
UserRegistrationTestCase::testRegistrationEmailDuplicates |
core/modules/user/tests/user.test |
|
|
UserRegistrationTestCase::testRegistrationWithEmailVerification |
core/modules/user/tests/user.test |
|
|
UserRegistrationTestCase::testRegistrationWithoutEmailVerification |
core/modules/user/tests/user.test |
|
|
UserRegistrationTestCase::testRegistrationWithUserFields |
core/modules/user/tests/user.test |
Tests Field API fields on user registration forms. |