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/ |
|
FileTranferTest::$password | property | modules/ |
|
FileTransfer::$password | property | includes/ |
|
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/ |
The profile to install as a basis for testing. |
PasswordHashingTest::getInfo | function | modules/ |
|
PasswordHashingTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
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. |
TestFileTransfer::$password | property | modules/ |
|
theme_password | function | includes/ |
Returns HTML for a password form element. |
UserEditTestCase::testUserWith0Password | function | modules/ |
Tests setting the password to "0". |
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/ |
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::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/ |
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. |
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_hash_password | function | includes/ |
Hash a password using a secure hash. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.