SearchQuery::$executedFirstPass |
property |
core/modules/search/search.extender.inc |
Indicates whether the first pass query has been executed. |
UserPasswordResetTest::$account |
property |
core/modules/user/tests/user_password_reset.test |
|
user_form_test_current_password |
function |
core/modules/user/tests/user_form_test/user_form_test.module |
A test form for user_validate_current_pass(). |
UserPasswordResetTest::$profile |
property |
core/modules/user/tests/user_password_reset.test |
The profile to install as a basis for testing. |
form_type_password_confirm_value |
function |
core/includes/form.inc |
Determines the value for a password_confirm form element. |
_user_password_evaluate_strength |
function |
core/modules/user/user.password.inc |
Evaluate password strength
Adapted from https://github.com/dropbox/zxcvbn. |
UserValidateCurrentPassCustomForm |
class |
core/modules/user/tests/user.test |
Tests user_validate_current_pass on a custom form. |
_password_enforce_log2_boundaries |
function |
core/includes/password.inc |
Ensures that $count_log2 is within set bounds. |
user_form_process_password_confirm |
function |
core/modules/user/user.module |
Form element process handler for client-side password validation. |
UserPasswordResetTest::getResetURL |
function |
core/modules/user/tests/user_password_reset.test |
Retrieves password reset email and extracts the login link. |
UserLoginTestCase::resetUserPassword |
function |
core/modules/user/tests/user.test |
Resets the user password and logs the user in. |
hook_user_password_reject_weak_alter |
function |
core/modules/user/user.api.php |
Alter the requirement for rejecting weak passwords. |
PasswordHashingTest::testLongPassword |
function |
core/modules/simpletest/tests/password.test |
Verifies that passwords longer than 512 bytes are not hashed. |
user_form_test_current_password_submit |
function |
core/modules/user/tests/user_form_test/user_form_test.module |
Submit function for the test form for user_validate_current_pass(). |
UserEditTestCase::testUserWith0Password |
function |
core/modules/user/tests/user.test |
Tests setting the password to "0". |
UserValidateCurrentPassCustomForm::setUp |
function |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
PasswordHashingTest::testPasswordHashing |
function |
core/modules/simpletest/tests/password.test |
Test password hashing. |
UserValidateCurrentPassCustomForm::$profile |
property |
core/modules/user/tests/user.test |
The profile to install as a basis for testing. |
UserLoginTestCase::testPasswordRehashOnLogin |
function |
core/modules/user/tests/user.test |
Test that user password is re-hashed upon login after changing $count_log2. |
UserPasswordResetTest::testUserPasswordReset |
function |
core/modules/user/tests/user_password_reset.test |
Tests password reset functionality. |
UserPasswordResetTest::testResetInvalidation |
function |
core/modules/user/tests/user_password_reset.test |
Make sure that password reset URLs are invalidated when the user's email
address changes. |
UserCreateTestCase::testUserWithWeakPassword |
function |
core/modules/user/tests/user.test |
Tests setting a weak password. |
UserValidateCurrentPassCustomForm::$adminUser |
property |
core/modules/user/tests/user.test |
User permission to administer users. |
UserPasswordResetTest::testResetImpersonation |
function |
core/modules/user/tests/user_password_reset.test |
Make sure that users cannot forge password reset URLs of other users. |
UserValidateCurrentPassCustomForm::$accessUser |
property |
core/modules/user/tests/user.test |
User with permission to view content. |
UserPasswordResetTest::testUserPasswordResetExpired |
function |
core/modules/user/tests/user_password_reset.test |
Attempts login using an expired password reset link. |
UserPasswordResetTest::testUniqueHashNoPasswordValue |
function |
core/modules/user/tests/user_password_reset.test |
Test uniqueness of output from user_pass_rehash() with no passwords. |
UserPasswordResetTest::testPasswordResetFloodControlPerIp |
function |
core/modules/user/tests/user_password_reset.test |
Test IP-based flood control on password reset. |
UserPasswordResetTest::testUserResetPasswordTextboxFilled |
function |
core/modules/user/tests/user_password_reset.test |
Prefill the text box on incorrect login via link to password reset page. |
UserPasswordResetTest::testPasswordResetFloodControlPerUser |
function |
core/modules/user/tests/user_password_reset.test |
Test user-based flood control on password reset. |
UserPasswordResetTest::testUserPasswordResetAlreadyLoggedIn |
function |
core/modules/user/tests/user_password_reset.test |
Test user password reset in a browser where the same user is already logged
in. |
UserPasswordResetTest::testUserPasswordResetOtherUserLoggedIn |
function |
core/modules/user/tests/user_password_reset.test |
Test user password reset in a browser where another user is logged in. |
FormsTriggeringElementTestCase::testAttemptAccessControlBypass |
function |
core/modules/simpletest/tests/form.test |
Test that $form_state['triggering_element'] does not get set to a button
with #access=FALSE. |
UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm |
function |
core/modules/user/tests/user.test |
Tests that user_validate_current_pass can be reused on a custom form. |