function UserPasswordResetTestCase::testUserDirectLogin

Test direct login link that bypasses the password reset form.

File

modules/user/user.test, line 766

Class

UserPasswordResetTestCase
Tests resetting a user password.

Code

function testUserDirectLogin() {
    $this->testUserPasswordReset(TRUE);
    $this->testUserPasswordResetLoggedIn(TRUE);
}

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