athenahr/resources/views/mail/two-factor-reset.blade.php
miguel456 2b1caeb80c
branch commit
Signed-off-by: miguel456 <me@nogueira.codes>
2023-06-29 18:21:58 +01:00

13 lines
664 B
PHP
Executable File

@component('mail::message')
# Hi {{ $name }},
Important security notification regarding your account at {{ config('app.name') }}:
Your account was previously secured with two-factor authentication. This is no longer the case. An administrator has disabled two-factor authentication for your account. Admins only reset two-factor authentication after an identity verification is complete.
As a result of this action and as an additional security measure, your password has also been voided, which means you'll need to [reset it]({{ route('password.email') }}) if you want to keep using the app.
Thank you,<br>
The team at {{ config('app.name') }}
@endcomponent