UsernamePasswordLoginProvider implements LoginProviderInterface
Read onlyYes
FinalYes
The default username + password based backend login form.
This class is a specific Backend implementation and is not considered part of the Public TYPO3 API.
Attributes
- #[Autoconfigure]
- $public: true
Table of Contents
Interfaces
- LoginProviderInterface
- Interface for Backend Login providers
Methods
- __construct() : mixed
- modifyView() : string
- Interface to render the backend login view.
Methods
__construct()
public
__construct(PasswordReset $passwordReset) : mixed
Parameters
- $passwordReset : PasswordReset
modifyView()
Interface to render the backend login view.
public
modifyView(ServerRequestInterface $request, ViewInterface $view) : string
See UsernamePasswordLoginProvider on how this can be used.
Parameters
- $request : ServerRequestInterface
- $view : ViewInterface
Return values
string —Template file to render