UsernamePasswordLoginProvider implements LoginProviderInterface

The default username + password based backend login form.

Internal

This class is a specific Backend implementation and is not considered part of the Public TYPO3 API.

Table of Contents

Interfaces

LoginProviderInterface
Interface for Backend Login providers

Methods

render()  : void
Render the login HTML

Methods

render()

Render the login HTML

public render(StandaloneView $view, PageRenderer $pageRenderer, LoginController $loginController) : void

Implement this method and set the template for your form. This is also the right place to assign data to the view and add necessary JavaScript resources to the page renderer.

A good example is EXT:openid

Example: $view->setTemplatePathAndFilename($pathAndFilename); $view->assign('foo', 'bar');

Parameters
$view : StandaloneView
$pageRenderer : PageRenderer
$loginController : LoginController

        
On this page

Search results