function UserPasswordResetTest::assertNoPasswordIpFlood
Makes assertions about a password reset not triggering IP flood control.
@internal
1 call to UserPasswordResetTest::assertNoPasswordIpFlood()
- UserPasswordResetTest::testUserResetPasswordIpFloodControl in core/modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php 
- Tests password reset flood control for one IP.
File
- 
              core/modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php, line 598 
Class
- UserPasswordResetTest
- Ensure that password reset methods work as expected.
Namespace
Drupal\Tests\user\FunctionalCode
public function assertNoPasswordIpFlood() : void {
  $this->assertSession()
    ->pageTextNotContains('Too many password recovery requests from your IP address. It is temporarily blocked. Try again later or contact the site administrator.');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
