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