13 lines
664 B
PHP
Executable File
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
|