Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Piwik
Plugins
Login
PasswordResetter
getDefaultExpiryTime
Piwik\Plugins\Login\PasswordResetter::getDefaultExpiryTime PHP Method
PasswordResetter Class Documentation
Mostra file
Open project: piwik/piwik
getDefaultExpiryTime()
protected
method
Derived classes can override this to provide a different default expiration time generation implementation.
protected
getDefaultExpiryTime
( ) :
integer
return
integer
protected function getDefaultExpiryTime() { return time() + 24 * 60 * 60; /* +24 hrs */ }
PasswordResetter
__construct
checkNewPassword
checkPasswordHash
confirmNewPassword
generatePasswordResetToken
generateSecureHash
getDefaultExpiryTime
getPasswordResetInfoOptionName
getPasswordToResetTo
getSalt
getUserInformation
hashData
initiatePasswordResetProcess
isTokenValid
removePasswordResetInfo
savePasswordResetInfo
sendEmailConfirmationLink