12
resources/views/mail/two-factor-reset.blade.php
Normal file
12
resources/views/mail/two-factor-reset.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
@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
|
Reference in New Issue
Block a user