mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
10 lines
No EOL
362 B
PHP
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') }} |