Airship\Cabin\Bridge\Landing\Account::recoveryMessage PHP 메소드

recoveryMessage() 보호된 메소드

protected recoveryMessage ( string $token ) : string
$token string
리턴 string
    protected function recoveryMessage(string $token) : string
    {
        return \__("To recover your account, visit the URL below.") . "\n\n" . \Airship\LensFunctions\cabin_url() . 'forgot-password/' . $token . "\n\n" . \__("This access token will expire in an hour.");
    }