Search for user
| Title | Object type | File name | Summary |
|---|---|---|---|
| UserController::attachLoad | function | modules/ |
Attaches data to entities upon loading. |
| UserCreateTestCase | class | modules/ |
Test the create user administration page. |
| UserCreateTestCase::getInfo | function | modules/ |
|
| UserCreateTestCase::testUserAdd | function | modules/ |
Create a user through the administration interface and ensure that it displays in the user list. |
| UserEditedOwnAccountTestCase | class | modules/ |
|
| UserEditedOwnAccountTestCase::getInfo | function | modules/ |
|
| UserEditedOwnAccountTestCase::testUserEditedOwnAccount | function | modules/ |
|
| UserEditRebuildTestCase | class | modules/ |
Tests editing a user account with and without a form rebuild. |
| UserEditRebuildTestCase::getInfo | function | modules/ |
|
| UserEditRebuildTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| UserEditRebuildTestCase::testUserEditFormRebuild | function | modules/ |
Test user edit page when the form is set to rebuild. |
| UserEditTestCase | class | modules/ |
Tests editing a user account. |
| UserEditTestCase::getInfo | function | modules/ |
|
| UserEditTestCase::testUserEdit | function | modules/ |
Test user edit page. |
| UserEditTestCase::testUserEditDuplicateEmail | function | modules/ |
Tests that the user can edit the account when another user with the same e-mail address exists. |
| UserEditTestCase::testUserWith0Password | function | modules/ |
Tests setting the password to "0". |
| UserLoginTestCase | class | modules/ |
Functional tests for user logins, including rate limiting of login attempts. |
| UserLoginTestCase::assertFailedLogin | function | modules/ |
Make an unsuccessful login attempt. |
| UserLoginTestCase::getInfo | function | modules/ |
|
| UserLoginTestCase::resetUserPassword | function | modules/ |
Resets the user password and logs the user in. |
| UserLoginTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| UserLoginTestCase::testGlobalLoginFloodControl | function | modules/ |
Test the global login flood control. |
| UserLoginTestCase::testLoginWithAnonSession | function | modules/ |
Test logging in when an anon session already exists. |
| UserLoginTestCase::testPasswordRehashOnLogin | function | modules/ |
Test that user password is re-hashed upon login after changing $count_log2. |
| UserLoginTestCase::testPerUserLoginFloodControl | function | modules/ |
Test the per-user login flood control. |
| USERNAME_MAX_LENGTH | constant | modules/ |
Maximum length of username text field. |
| UserPasswordResetTestCase | class | modules/ |
Tests resetting a user password. |
| UserPasswordResetTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
| UserPasswordResetTestCase::generateResetURL | function | modules/ |
Generates login link. |
| UserPasswordResetTestCase::getConfirmURL | function | modules/ |
Turns a password reset URL into a 'confirm' URL. |
| UserPasswordResetTestCase::getInfo | function | modules/ |
|
| UserPasswordResetTestCase::getResetURL | function | modules/ |
Retrieves password reset email and extracts the login link. |
| UserPasswordResetTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| UserPasswordResetTestCase::testPasswordResetFloodControlPerIp | function | modules/ |
Test IP-based flood control on password reset. |
| UserPasswordResetTestCase::testPasswordResetFloodControlPerUser | function | modules/ |
Test user-based flood control on password reset. |
| UserPasswordResetTestCase::testResetImpersonation | function | modules/ |
Make sure that users cannot forge password reset URLs of other users. |
| UserPasswordResetTestCase::testResetInvalidation | function | modules/ |
Make sure that password reset URLs are invalidated when the user's email address changes. |
| UserPasswordResetTestCase::testUniqueHashNoPasswordValue | function | modules/ |
Test uniqueness of output from user_pass_rehash() with no passwords. |
| UserPasswordResetTestCase::testUserDirectLogin | function | modules/ |
Test direct login link that bypasses the password reset form. |
| UserPasswordResetTestCase::testUserPasswordReset | function | modules/ |
Tests password reset functionality. |
| UserPasswordResetTestCase::testUserPasswordResetExpired | function | modules/ |
Attempts login using an expired password reset link. |
| UserPasswordResetTestCase::testUserPasswordResetLoggedIn | function | modules/ |
Test user password reset while logged in. |
| UserPasswordResetTestCase::testUserPasswordTextboxNotFilled | function | modules/ |
Tests the text box on incorrect login via link to password reset page. |
| UserPermissionsTestCase | class | modules/ |
|
| UserPermissionsTestCase::$admin_user | property | modules/ |
|
| UserPermissionsTestCase::$rid | property | modules/ |
|
| UserPermissionsTestCase::getInfo | function | modules/ |
|
| UserPermissionsTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| UserPermissionsTestCase::testAdministratorRole | function | modules/ |
Test assigning of permissions for the administrator role. |
| UserPermissionsTestCase::testUserPermissionChanges | function | modules/ |
Change user permissions and check user_access(). |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.