Search for password_
- Search 9.5.x for password_
- Search 8.9.x for password_
- Search 10.3.x for password_
- Search 11.x for password_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
drupal-6.user-no-password-token.database.php | file | modules/ |
|
drupal-6.user-password-token.database.php | file | modules/ |
|
form_process_password_confirm | function | includes/ |
Expand a password_confirm field into two text boxes. |
form_type_password_confirm_value | function | includes/ |
Determines the value for a password_confirm form element. |
OpenIDWebTestCase::getPasswordResetURLFromMail | function | modules/ |
Parses the last sent e-mail and returns the one-time login link URL. |
password-hash.sh | file | scripts/ |
#!/usr/bin/env php <?php /** * Drupal hash script - to generate a hash from a plaintext password * * Check for your PHP interpreter - on Windows you'll probably have to * replace line 1 with * #!c:/program files/php/php.exe * *… |
password.inc | file | includes/ |
Secure password hashing functions for user authentication. |
password.test | file | modules/ |
Provides unit tests for password.inc. |
PasswordHashingTest | class | modules/ |
Unit tests for password hashing API. |
PasswordHashingTest::$profile | property | modules/ |
|
PasswordHashingTest::getInfo | function | modules/ |
|
PasswordHashingTest::setUp | function | modules/ |
|
PasswordHashingTest::testLongPassword | function | modules/ |
Verifies that passwords longer than 512 bytes are not hashed. |
PasswordHashingTest::testPasswordHashing | function | modules/ |
Test password hashing. |
password_confirm_validate | function | includes/ |
Validates a password_confirm element. |
UserLoginTestCase::testPasswordRehashOnLogin | function | modules/ |
Test that user password is re-hashed upon login after changing $count_log2. |
UserPasswordResetTestCase | class | modules/ |
Tests resetting a user password. |
UserPasswordResetTestCase::$profile | property | modules/ |
|
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/ |
|
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::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::testUserPasswordTextboxFilled | function | modules/ |
Prefill the text box on incorrect login via link to password reset page. |
UserUpgradePathNoPasswordTokenTestCase | class | modules/ |
Upgrade test for user.module (password token not involved). |
UserUpgradePathNoPasswordTokenTestCase::getInfo | function | modules/ |
|
UserUpgradePathNoPasswordTokenTestCase::setUp | function | modules/ |
|
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/ |
|
UserUpgradePathPasswordTokenTestCase::testUserUpgrade | function | modules/ |
Test a successful upgrade. |
user_form_process_password_confirm | function | modules/ |
Form element process handler for client-side password validation. |
user_form_test_current_password_submit | function | modules/ |
Submit function for the test form for user_validate_current_pass(). |
_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. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.