Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
ConfigInterface Interface Reference
Inheritance diagram for ConfigInterface:
Config

Public Member Functions

 getCustomerServiceEmail ()
 
 getLimitationTimePeriod ()
 
 isAdminAccountSharingEnabled ()
 
 getAdminSessionLifetime ()
 
 getPasswordResetProtectionType ()
 
 getMaxNumberPasswordResetRequests ()
 
 getMinTimeBetweenPasswordResetRequests ()
 

Detailed Description

Password security config Interface

@api

Since
100.1.0

Definition at line 14 of file ConfigInterface.php.

Member Function Documentation

◆ getAdminSessionLifetime()

getAdminSessionLifetime ( )

Get admin session lifetime

Returns
int
Since
100.1.0

Implemented in Config.

◆ getCustomerServiceEmail()

getCustomerServiceEmail ( )

Get customer service email address

Returns
string
Since
100.1.0

Implemented in Config.

◆ getLimitationTimePeriod()

getLimitationTimePeriod ( )

Get time period limitation of password reset requests

Returns
int
Since
100.1.0

Implemented in Config.

◆ getMaxNumberPasswordResetRequests()

getMaxNumberPasswordResetRequests ( )

Get max number password reset requests per time period

Returns
int
Since
100.1.0

Implemented in Config.

◆ getMinTimeBetweenPasswordResetRequests()

getMinTimeBetweenPasswordResetRequests ( )

Get minimum time between password reset requests

Returns
int
Since
100.1.0

Implemented in Config.

◆ getPasswordResetProtectionType()

getPasswordResetProtectionType ( )

Get password reset protection type

Returns
int
Since
100.1.0

Implemented in Config.

◆ isAdminAccountSharingEnabled()

isAdminAccountSharingEnabled ( )

Check if admin account sharing is enabled

Returns
bool
Since
100.1.0

Implemented in Config.


The documentation for this interface was generated from the following file: