From 1c5a83caf0c2df3072f7223e0a10b72fb6f94a0b Mon Sep 17 00:00:00 2001 From: romanetar Date: Tue, 21 Dec 2021 17:08:47 -0300 Subject: [PATCH] change template format and text Signed-off-by: romanetar --- .../auth/reset_password_successfull.blade.php | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/resources/views/emails/auth/reset_password_successfull.blade.php b/resources/views/emails/auth/reset_password_successfull.blade.php index af1dbc46..9930ca58 100644 --- a/resources/views/emails/auth/reset_password_successfull.blade.php +++ b/resources/views/emails/auth/reset_password_successfull.blade.php @@ -3,24 +3,14 @@ @section('content') - - - - - -
- -
-
You are receiving this email because you changed your password.
+
The password was reset for {{Config::get('app.name')}} {!!$user_email!!}.
-
If you did not request a password reset, please get in touch with us.
-
-
Thanks!

{{Config::get('app.tenant_name')}} Support Team
+
If you did not reset your password, please email {{Config::get('app.help_email')}}.