‪TYPO3CMS  11.5
TYPO3\CMS\Backend\Tests\Functional\Authentication\PasswordResetTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Functional\Authentication\PasswordResetTest:

Public Member Functions

 setUp ()
 
 isNotEnabledWorks ()
 
 isNotEnabledWithNoUsers ()
 
 isEnabledExcludesAdministrators ()
 
 isEnabledForUserTest ()
 
 noEmailIsFound ()
 
 ambiguousEmailIsTriggeredForMultipleValidUsers ()
 
 passwordResetEmailIsTriggeredForValidUser ()
 
 invalidTokenCannotResetPassword ()
 

Protected Attributes

LoggerInterface object $logger
 

Detailed Description

Definition at line 28 of file PasswordResetTest.php.

Member Function Documentation

◆ ambiguousEmailIsTriggeredForMultipleValidUsers()

TYPO3\CMS\Backend\Tests\Functional\Authentication\PasswordResetTest::ambiguousEmailIsTriggeredForMultipleValidUsers ( )
Test:

Definition at line 149 of file PasswordResetTest.php.

References $GLOBALS.

◆ invalidTokenCannotResetPassword()

TYPO3\CMS\Backend\Tests\Functional\Authentication\PasswordResetTest::invalidTokenCannotResetPassword ( )
Test:

Definition at line 189 of file PasswordResetTest.php.

References $GLOBALS.

◆ isEnabledExcludesAdministrators()

TYPO3\CMS\Backend\Tests\Functional\Authentication\PasswordResetTest::isEnabledExcludesAdministrators ( )
Test:

Definition at line 82 of file PasswordResetTest.php.

References $GLOBALS.

◆ isEnabledForUserTest()

TYPO3\CMS\Backend\Tests\Functional\Authentication\PasswordResetTest::isEnabledForUserTest ( )
Test:

Definition at line 100 of file PasswordResetTest.php.

References $GLOBALS.

◆ isNotEnabledWithNoUsers()

TYPO3\CMS\Backend\Tests\Functional\Authentication\PasswordResetTest::isNotEnabledWithNoUsers ( )
Test:

Definition at line 68 of file PasswordResetTest.php.

References $GLOBALS.

◆ isNotEnabledWorks()

TYPO3\CMS\Backend\Tests\Functional\Authentication\PasswordResetTest::isNotEnabledWorks ( )
Test:

Definition at line 55 of file PasswordResetTest.php.

References $GLOBALS.

◆ noEmailIsFound()

TYPO3\CMS\Backend\Tests\Functional\Authentication\PasswordResetTest::noEmailIsFound ( )
Test:

Definition at line 130 of file PasswordResetTest.php.

References $GLOBALS.

◆ passwordResetEmailIsTriggeredForValidUser()

TYPO3\CMS\Backend\Tests\Functional\Authentication\PasswordResetTest::passwordResetEmailIsTriggeredForValidUser ( )
Test:

Definition at line 168 of file PasswordResetTest.php.

References $GLOBALS.

◆ setUp()

TYPO3\CMS\Backend\Tests\Functional\Authentication\PasswordResetTest::setUp ( )

Definition at line 35 of file PasswordResetTest.php.

Member Data Documentation

◆ $logger

LoggerInterface object TYPO3\CMS\Backend\Tests\Functional\Authentication\PasswordResetTest::$logger
protected

Definition at line 33 of file PasswordResetTest.php.