| DatabaseTasks::pass | includes/install.inc | Assert test as a pass. |
| DrupalTestCase::pass | modules/simpletest/drupal_web_test_case.php | Fire an assertion that is always positive. |
| FormsTriggeringElementTestCase::testAttemptAccessControlBypass | modules/simpletest/tests/form.test | Test that $form_state['triggering_element'] does not get set to a button
with #access=FALSE. |
| form_process_password_confirm | includes/form.inc | Expand a password_confirm field into two text boxes. |
| form_type_password_confirm_value | includes/form.inc | Determines the value for a password_confirm form element. |
| OpenIDWebTestCase::getPasswordResetURLFromMail | modules/openid/openid.test | Parses the last sent e-mail and returns the one-time login link URL. |
| PasswordHashingTest::getInfo | modules/simpletest/tests/password.test | |
| PasswordHashingTest::setUp | modules/simpletest/tests/password.test | Generates a random database prefix, runs the install scripts on the
prefixed database and enable the specified modules. After installation
many caches are flushed and the internal browser is setup so that the
page requests will run on the new prefix.… |
| PasswordHashingTest::testPasswordHashing | modules/simpletest/tests/password.test | Test password hashing. |
| password_confirm_validate | includes/form.inc | Validates a password_confirm element. |
| SearchQuery::executeFirstPass | modules/search/search.extender.inc | Executes the first pass query. |
| theme_password | includes/form.inc | Returns HTML for a password form element. |
| UserAuthmapAssignmentTestCase::getInfo | modules/user/user.test | |
| UserAuthmapAssignmentTestCase::testAuthmapAssignment | modules/user/user.test | Test authmap assignment and retrieval. |
| UserLoginTestCase::testPasswordRehashOnLogin | modules/user/user.test | Test that user password is re-hashed upon login after changing $count_log2. |
| UserUpgradePathNoPasswordTokenTestCase::getInfo | modules/simpletest/tests/upgrade/upgrade.user.test | |
| UserUpgradePathNoPasswordTokenTestCase::setUp | modules/simpletest/tests/upgrade/upgrade.user.test | Override of DrupalWebTestCase::setUp() specialized for upgrade testing. |
| UserUpgradePathNoPasswordTokenTestCase::testUserUpgrade | modules/simpletest/tests/upgrade/upgrade.user.test | Test a successful upgrade. |
| UserUpgradePathPasswordTokenTestCase::getInfo | modules/simpletest/tests/upgrade/upgrade.user.test | |
| UserUpgradePathPasswordTokenTestCase::setUp | modules/simpletest/tests/upgrade/upgrade.user.test | Override of DrupalWebTestCase::setUp() specialized for upgrade testing. |
| UserUpgradePathPasswordTokenTestCase::testUserUpgrade | modules/simpletest/tests/upgrade/upgrade.user.test | Test a successful upgrade. |
| UserValidateCurrentPassCustomForm::getInfo | modules/user/user.test | |
| UserValidateCurrentPassCustomForm::setUp | modules/user/user.test | Generates a random database prefix, runs the install scripts on the
prefixed database and enable the specified modules. After installation
many caches are flushed and the internal browser is setup so that the
page requests will run on the new prefix.… |
| UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm | modules/user/user.test | Tests that user_validate_current_pass can be reused on a custom form. |
| user_check_password | includes/password.inc | Check whether a plain text password matches a stored hashed password. |
| user_form_process_password_confirm | modules/user/user.module | Form element process handler for client-side password validation. |
| user_form_test_current_password | modules/user/tests/user_form_test.module | A test form for user_validate_current_pass(). |
| user_form_test_current_password_submit | modules/user/tests/user_form_test.module | Submit function for the test form for user_validate_current_pass(). |
| user_hash_password | includes/password.inc | Hash a password using a secure hash. |
| user_pass | modules/user/user.pages.inc | Form builder; Request a password reset. |
| user_password | modules/user/user.module | Generate a random alphanumeric password. |
| user_pass_rehash | modules/user/user.module | Creates a unique hash value for use in time-dependent per-user URLs. |
| user_pass_reset | modules/user/user.pages.inc | Menu callback; process one time login link and redirects to the user page on success. |
| user_pass_reset_url | modules/user/user.module | Generates a unique URL for a user to login and reset their password. |
| user_pass_submit | modules/user/user.pages.inc | |
| user_pass_validate | modules/user/user.pages.inc | |
| user_validate_current_pass | modules/user/user.module | Form validation handler for the current password on the user_account_form(). |
| _password_base64_encode | includes/password.inc | Encode bytes into printable base 64 using the *nix standard from crypt(). |
| _password_crypt | includes/password.inc | Hash a password using a secure stretched hash. |
| _password_enforce_log2_boundaries | includes/password.inc | Ensures that $count_log2 is within set bounds. |