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') - - - - - -
-
Dear {!!$user_email!!},
-
-
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')}}.