flexisip-account-manager/flexiapi/resources/views/mails/reset_password_text.blade.php
2024-12-04 16:25:13 +01:00

10 lines
No EOL
362 B
PHP

Hello,
You are invited to reset your {{ $token->account->identifier }} account password on {{ config('app.name') }} via your email account.
The following link will be valid for {{ config('app.reset_password_email_token_expiration_minutes')/60 }} hours.
{{ route('account.reset_password_email.change', $token->token) }}
Regards,
{{ config('mail.signature') }}