athenahr/resources/views/mail/two-factor-reset.blade.php
miguel456 b89d71b371
Revert "Revert "merge 1""
This reverts commit 0c463d1f10145bf99dd63fd7128f992ab2371ffb.
2022-10-24 01:04:22 +01:00

13 lines
664 B
PHP

@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