diff --git a/app/Containers/AppSection/Authentication/Mails/ForgotPassword.php b/app/Containers/AppSection/Authentication/Mails/ForgotPassword.php
index d865cc6be..1e64f38c1 100644
--- a/app/Containers/AppSection/Authentication/Mails/ForgotPassword.php
+++ b/app/Containers/AppSection/Authentication/Mails/ForgotPassword.php
@@ -26,6 +26,7 @@ public function build(): static
'token' => $this->token,
'reseturl' => $this->reseturl,
'email' => $this->recipient->email,
+ 'app_url' => config('app.url'),
]);
}
}
diff --git a/app/Containers/AppSection/Authentication/Mails/Templates/forgot-password.blade.php b/app/Containers/AppSection/Authentication/Mails/Templates/forgot-password.blade.php
index 8b6595c36..6a5269172 100644
--- a/app/Containers/AppSection/Authentication/Mails/Templates/forgot-password.blade.php
+++ b/app/Containers/AppSection/Authentication/Mails/Templates/forgot-password.blade.php
@@ -1,13 +1,73 @@
-
+
+
-
+
+ Reset Password
+
+
-
-Reset password
-
- Please click on the link to reset your password:
-
{{$reseturl}}.
-
+
+
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+ You have
+ requested to reset your password
+
+
+ We cannot simply send you your old password. A unique link to reset your
+ password has been generated for you. To reset your password, click the
+ following link and follow the instructions.
+
+ Reset
+ Password
+ |
+
+
+ |
+
+
+ |
+
+ |
+
+
+
+ © {{$app_url}}
+ |
+
+
+ |
+
+
+ |
+
+
+
+