Search for pass

  1. Search 9.5.x for pass
  2. Search 8.9.x for pass
  3. Search 10.3.x for pass
  4. Search 11.x for pass
  5. Search main for pass
  6. Other projects
Title Object type File name Summary
UserUpgradePathNoPasswordTokenTestCase::getInfo function modules/simpletest/tests/upgrade/upgrade.user.test
UserUpgradePathNoPasswordTokenTestCase::setUp function modules/simpletest/tests/upgrade/upgrade.user.test Overrides DrupalWebTestCase::setUp() for upgrade testing.
UserUpgradePathNoPasswordTokenTestCase::testUserUpgrade function modules/simpletest/tests/upgrade/upgrade.user.test Test a successful upgrade.
UserUpgradePathPasswordTokenTestCase class modules/simpletest/tests/upgrade/upgrade.user.test Upgrade test for user.module (password token involved).
UserUpgradePathPasswordTokenTestCase::getInfo function modules/simpletest/tests/upgrade/upgrade.user.test
UserUpgradePathPasswordTokenTestCase::setUp function modules/simpletest/tests/upgrade/upgrade.user.test Overrides DrupalWebTestCase::setUp() for upgrade testing.
UserUpgradePathPasswordTokenTestCase::testUserUpgrade function modules/simpletest/tests/upgrade/upgrade.user.test Test a successful upgrade.
UserValidateCurrentPassCustomForm class modules/user/user.test Tests user_validate_current_pass on a custom form.
UserValidateCurrentPassCustomForm::$accessUser property modules/user/user.test User with permission to view content.
UserValidateCurrentPassCustomForm::$adminUser property modules/user/user.test User permission to administer users.
UserValidateCurrentPassCustomForm::getInfo function modules/user/user.test
UserValidateCurrentPassCustomForm::setUp function modules/user/user.test Sets up a Drupal site for running functional and integration tests.
UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm function modules/user/user.test Tests that user_validate_current_pass can be reused on a custom form.
user_check_password function includes/password.inc Check whether a plain text password matches a stored hashed password.
user_form_process_password_confirm function modules/user/user.module Form element process handler for client-side password validation.
user_form_test_current_password function modules/user/tests/user_form_test.module A test form for user_validate_current_pass().
user_form_test_current_password_submit function modules/user/tests/user_form_test.module Submit function for the test form for user_validate_current_pass().
user_form_test_form_user_pass_reset_alter function modules/user/tests/user_form_test.module Implements hook_form_FORM_ID_alter().
user_form_test_form_user_pass_reset_submit function modules/user/tests/user_form_test.module Submit function for user_pass_reset().
user_hash_password function includes/password.inc Hash a password using a secure hash.
user_pass function modules/user/user.pages.inc Form builder; Request a password reset.
user_password function modules/user/user.module Generate a random alphanumeric password.
user_pass_rehash function modules/user/user.module Creates a unique hash value for use in time-dependent per-user URLs.
user_pass_reset function modules/user/user.pages.inc Menu callback; process one time login link and redirects to the user page on success.
user_pass_reset_url function modules/user/user.module Generates a unique URL for a user to login and reset their password.
user_pass_submit function modules/user/user.pages.inc Form submission handler for user_pass().
user_pass_validate function modules/user/user.pages.inc Form validation handler for user_pass().
user_validate_current_pass function modules/user/user.module Form validation handler for the current password on the user_account_form().
_password_base64_encode function includes/password.inc Encodes bytes into printable base 64 using the *nix standard from crypt().
_password_crypt function includes/password.inc Hash a password using a secure stretched hash.
_password_enforce_log2_boundaries function includes/password.inc Ensures that $count_log2 is within set bounds.
_password_generate_salt function includes/password.inc Generates a random base 64-encoded salt prefixed with settings for the hash.
_password_get_count_log2 function includes/password.inc Parse the log2 iteration count from a stored hash or setting string.
_password_itoa64 function includes/password.inc Returns a string for mapping an int to the corresponding base 64 character.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.