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. |
UserRoleAdminTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserRoleAdminTestCase::testRoleAdministration |
core/modules/user/tests/user.test |
Test adding, renaming and deleting roles. |
UserRoleAdminTestCase::testRoleWeightChange |
core/modules/user/tests/user.test |
Test user role weight change operation. |
UserRoleLayoutAccess::checkAccess |
core/modules/layout/plugins/access/user_role_layout_access.inc |
Checks for access based on the available context. |
UserRoleLayoutAccess::form |
core/modules/layout/plugins/access/user_role_layout_access.inc |
Settings form for configuring this access item. |
UserRoleLayoutAccess::formSubmit |
core/modules/layout/plugins/access/user_role_layout_access.inc |
Submit handler for the settings form for this access item. |
UserRoleLayoutAccess::summary |
core/modules/layout/plugins/access/user_role_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
UserRoleLayoutAccess::__construct |
core/modules/layout/plugins/access/user_role_layout_access.inc |
Constructor for a Layout access rule. |
UserRolesAssignmentTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserRolesAssignmentTestCase::testAssignAndRemoveRole |
core/modules/user/tests/user.test |
Tests that a user can be assigned a role and that the role can be removed
again. |
UserRolesAssignmentTestCase::testCreateUserWithRole |
core/modules/user/tests/user.test |
Tests that when creating a user the role can be assigned. And that it can
be removed again. |
UserRolesAssignmentTestCase::userLoadAndCheckRoleAssigned |
core/modules/user/tests/user.test |
Check role on user object. |
UserSaveTestCase::testUserImport |
core/modules/user/tests/user.test |
Test creating a user with arbitrary uid. |
UserSignatureTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserSignatureTestCase::testUserSignature |
core/modules/user/tests/user.test |
Test that a user can change their signature format and that it is respected
upon display. |
UserStorageController::attachLoad |
core/modules/user/user.entity.inc |
Overrides EntityDatabaseStorageController::attachLoad(). |
UserStorageController::buildContent |
core/modules/user/user.entity.inc |
Implements EntityControllerInterface::buildContent(). |
UserStorageController::create |
core/modules/user/user.entity.inc |
Overrides EntityDatabaseStorageController::create(). |
UserStorageController::postSave |
core/modules/user/user.entity.inc |
Overrides EntityDatabaseStorageController::postSave(). |