‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Form\FieldControl\PasswordGenerator Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FieldControl\PasswordGenerator:
TYPO3\CMS\Backend\Form\AbstractNode TYPO3\CMS\Backend\Form\NodeInterface

Public Member Functions

 render ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
 setData (array $data)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
 initializeResultArray ()
 
array mergeChildReturnIntoExistingResult (array $existing, array $childReturn, bool $mergeHtml=true)
 
 getValidationDataAsJsonString (array $config)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
array $data = []
 
array $defaultFieldInformation = array( )
 
array $defaultFieldControl = array( )
 
array $defaultFieldWizard = array( )
 

Detailed Description

Renders a widget to generate a random string in JavaScript.

This is typically used in combination with TCA type=password as password generator, but can be potentially used with other field input types as well.

This is still a bit experimental and may change, for instance to be combined with passwordPolicies.

Definition at line 33 of file PasswordGenerator.php.

Member Function Documentation

◆ render()

TYPO3\CMS\Backend\Form\FieldControl\PasswordGenerator::render ( )