Revert "Revert "merge 1""

This reverts commit 0c463d1f10.
This commit is contained in:
2022-10-24 01:04:22 +01:00
parent 0c463d1f10
commit b89d71b371
166 changed files with 4250 additions and 1833 deletions

0
resources/views/mail/account-locked.blade.php Normal file → Executable file
View File

View File

@@ -0,0 +1,22 @@
@component('mail::message')
# Hi {{ $name }},
Important notification about your {{ config('app.name') }} account:
This email serves to inform you that our administration team has forcefully invalidated your account's password. This means that you will no longer be able to sign in using your old credentials.
You will need to [reset your password]({{ route('password.email') }}) to set a new password if you want to keep using your account. Admins forcefully reset account passwords for a variety of reasons, including, but not limited to:
- Suspected compromised password;
- [Your password appeared in a data breach](https://haveibeenpwned.com/Passwords);
- A technical issue with your account;
- Our service suffered a security breach and a system-wide reset was initiated;
- and finally, forced reset at your request.
We may or may not inform you of the specific cause for your forced reset.
Please note that we take account security seriously, and forced password resets are just one of many security measures we employ to keep your account and data secure. If you have any questions, please do not hesitate in contacting us.
Thank you,<br>
The team at {{ config('app.name') }}
@endcomponent

View 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