Airship\Cabin\Bridge\Landing\Account::recoveryMessage PHP Method

recoveryMessage() protected method

protected recoveryMessage ( string $token ) : string
$token string
return 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.");
    }