‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Configuration\PasswordHashing\PhpassPreset Class Reference
Inheritance diagram for TYPO3\CMS\Install\Configuration\PasswordHashing\PhpassPreset:
TYPO3\CMS\Install\Configuration\AbstractPreset TYPO3\CMS\Install\Configuration\PresetInterface

Public Member Functions

 isAvailable ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Configuration\AbstractPreset
 __construct (ConfigurationManager $configurationManager=null)
 
mixed setPostValues (array $postValues)
 
bool getIsAvailable ()
 
bool isActive ()
 
bool getIsActive ()
 
string getName ()
 
int getPriority ()
 
array getConfigurationValues ()
 

Protected Attributes

string $name = 'Phpass'
 
int $priority = 40
 
array $configurationValues
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Install\Configuration\AbstractPreset
TYPO3 CMS Core Configuration ConfigurationManager $configurationManager
 
string $name = ''
 
int $priority = 50
 
array $configurationValues = array( )
 
array $readonlyConfigurationValues = array( )
 
array $postValues = array( )
 

Detailed Description

Preset for password hashing method "phpass"

only to be used within EXT:install

Definition at line 28 of file PhpassPreset.php.

Member Function Documentation

◆ isAvailable()

TYPO3\CMS\Install\Configuration\PasswordHashing\PhpassPreset::isAvailable ( )

Find out if Phpass is available on this system

Implements TYPO3\CMS\Install\Configuration\PresetInterface.

Definition at line 50 of file PhpassPreset.php.

Member Data Documentation

◆ $configurationValues

array TYPO3\CMS\Install\Configuration\PasswordHashing\PhpassPreset::$configurationValues
protected
Initial value:
= array(
'BE/passwordHashing/className' => PhpassPasswordHash::class,
'BE/passwordHashing/options' => [],
'FE/passwordHashing/className' => PhpassPasswordHash::class,
'FE/passwordHashing/options' => [],
)

Configuration values handled by this preset

Definition at line 40 of file PhpassPreset.php.

◆ $name

string TYPO3\CMS\Install\Configuration\PasswordHashing\PhpassPreset::$name = 'Phpass'
protected

Name of preset

Definition at line 32 of file PhpassPreset.php.

◆ $priority

int TYPO3\CMS\Install\Configuration\PasswordHashing\PhpassPreset::$priority = 40
protected

Priority of preset

Definition at line 36 of file PhpassPreset.php.