‪TYPO3CMS  ‪main
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

object $logger
 

Detailed Description

Definition at line 32 of file PasswordResetTest.php.

Member Function Documentation

◆ ambiguousEmailIsTriggeredForMultipleValidUsers()

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

Definition at line 143 of file PasswordResetTest.php.

References $GLOBALS.

◆ invalidTokenCannotResetPassword()

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

Definition at line 184 of file PasswordResetTest.php.

References $GLOBALS.

◆ isEnabledExcludesAdministrators()

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

Definition at line 79 of file PasswordResetTest.php.

References $GLOBALS.

◆ isEnabledForUserTest()

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

Definition at line 96 of file PasswordResetTest.php.

References $GLOBALS.

◆ isNotEnabledWithNoUsers()

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

Definition at line 66 of file PasswordResetTest.php.

References $GLOBALS.

◆ isNotEnabledWorks()

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

Definition at line 54 of file PasswordResetTest.php.

References $GLOBALS.

◆ noEmailIsFound()

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

Definition at line 125 of file PasswordResetTest.php.

References $GLOBALS.

◆ passwordResetEmailIsTriggeredForValidUser()

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

◆ setUp()

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

Definition at line 36 of file PasswordResetTest.php.

Member Data Documentation

◆ $logger

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

Definition at line 34 of file PasswordResetTest.php.