diff --git a/Cargo.lock b/Cargo.lock
index 66ed2fcd..7cc1c122 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2505,7 +2505,7 @@ dependencies = [
[[package]]
name = "rauth"
version = "1.0.0"
-source = "git+https://github.com/insertish/rauth?rev=43a4081dd5943db39d27229d4792b0afe82c1674#43a4081dd5943db39d27229d4792b0afe82c1674"
+source = "git+https://github.com/insertish/rauth?rev=cbdec69c684a4854fbedba9ed1f0e7ee466bf3f7#cbdec69c684a4854fbedba9ed1f0e7ee466bf3f7"
dependencies = [
"async-std",
"async-trait",
@@ -2988,7 +2988,7 @@ dependencies = [
[[package]]
name = "rocket_rauth"
version = "1.0.0"
-source = "git+https://github.com/insertish/rauth?rev=43a4081dd5943db39d27229d4792b0afe82c1674#43a4081dd5943db39d27229d4792b0afe82c1674"
+source = "git+https://github.com/insertish/rauth?rev=cbdec69c684a4854fbedba9ed1f0e7ee466bf3f7#cbdec69c684a4854fbedba9ed1f0e7ee466bf3f7"
dependencies = [
"iso8601-timestamp",
"okapi",
diff --git a/crates/delta/Cargo.toml b/crates/delta/Cargo.toml
index ec3069a3..fbb163d4 100644
--- a/crates/delta/Cargo.toml
+++ b/crates/delta/Cargo.toml
@@ -52,7 +52,7 @@ mobc-redis = { version = "0.7.0", default-features = false, features = ["async-s
# web
rocket = { version = "0.5.0-rc.2", default-features = false, features = ["json"] }
rocket_empty = { git = "https://github.com/insertish/rocket_empty", branch = "master" }
-rocket_rauth = { git = "https://github.com/insertish/rauth", rev = "43a4081dd5943db39d27229d4792b0afe82c1674" }
+rocket_rauth = { git = "https://github.com/insertish/rauth", rev = "cbdec69c684a4854fbedba9ed1f0e7ee466bf3f7" }
# spec generation
schemars = "0.8.8"
diff --git a/crates/quark/Cargo.toml b/crates/quark/Cargo.toml
index ba77a9be..52659170 100644
--- a/crates/quark/Cargo.toml
+++ b/crates/quark/Cargo.toml
@@ -86,7 +86,7 @@ rocket_empty = { optional = true, git = "https://github.com/insertish/rocket_emp
rocket_cors = { optional = true, git = "https://github.com/lawliet89/rocket_cors", rev = "5843861a88958c16bfaa0b40f0d8910772bcd2f6" }
# rAuth
-rauth = { git = "https://github.com/insertish/rauth", rev = "43a4081dd5943db39d27229d4792b0afe82c1674", features = [ "async-std-runtime" ] }
+rauth = { git = "https://github.com/insertish/rauth", rev = "cbdec69c684a4854fbedba9ed1f0e7ee466bf3f7", features = [ "async-std-runtime" ] }
# Sentry
sentry = "0.25.0"
diff --git a/crates/quark/assets/templates/deletion.html b/crates/quark/assets/templates/deletion.html
index 2fc0de87..e18b1d8a 100644
--- a/crates/quark/assets/templates/deletion.html
+++ b/crates/quark/assets/templates/deletion.html
@@ -103,6 +103,7 @@
+ This email is intended for {{email}}
Sent from Revolt
Made in the EU
diff --git a/crates/quark/assets/templates/deletion.original.html b/crates/quark/assets/templates/deletion.original.html
index 3c367319..1028ce49 100644
--- a/crates/quark/assets/templates/deletion.original.html
+++ b/crates/quark/assets/templates/deletion.original.html
@@ -21,6 +21,7 @@
Confirm
+ This email is intended for {{email}}
Sent from Revolt
Made in the EU
diff --git a/crates/quark/assets/templates/deletion.txt b/crates/quark/assets/templates/deletion.txt
index 1d16d133..88112b8e 100644
--- a/crates/quark/assets/templates/deletion.txt
+++ b/crates/quark/assets/templates/deletion.txt
@@ -2,5 +2,6 @@ You requested to have your account deleted, if you did not perform this action p
Please navigate to: {{url}}
-Sent by Revolt.
-Made in the EU.
+This email is intended for {{email}}
+Sent by Revolt
+Made in the EU
diff --git a/crates/quark/assets/templates/reset.html b/crates/quark/assets/templates/reset.html
index a1480bfc..6c4da8f6 100644
--- a/crates/quark/assets/templates/reset.html
+++ b/crates/quark/assets/templates/reset.html
@@ -103,6 +103,7 @@
+ This email is intended for {{email}}
Sent from Revolt
Made in the EU
diff --git a/crates/quark/assets/templates/reset.original.html b/crates/quark/assets/templates/reset.original.html
index c8af5907..f40c7254 100644
--- a/crates/quark/assets/templates/reset.original.html
+++ b/crates/quark/assets/templates/reset.original.html
@@ -17,6 +17,7 @@
Reset
+ This email is intended for {{email}}
Sent from Revolt
Made in the EU
diff --git a/crates/quark/assets/templates/reset.txt b/crates/quark/assets/templates/reset.txt
index 27a1b2fe..fdc2751f 100644
--- a/crates/quark/assets/templates/reset.txt
+++ b/crates/quark/assets/templates/reset.txt
@@ -2,5 +2,6 @@ You requested a password reset, if you did not perform this action you can safel
Please navigate to: {{url}}
-Sent by Revolt.
-Made in the EU.
\ No newline at end of file
+This email is intended for {{email}}
+Sent by Revolt
+Made in the EU
diff --git a/crates/quark/assets/templates/verify.html b/crates/quark/assets/templates/verify.html
index 12015ce4..d7016f62 100644
--- a/crates/quark/assets/templates/verify.html
+++ b/crates/quark/assets/templates/verify.html
@@ -103,6 +103,7 @@
+ This email is intended for {{email}}
Sent from Revolt
Made in the EU
diff --git a/crates/quark/assets/templates/verify.original.html b/crates/quark/assets/templates/verify.original.html
index be2e7047..e3ce0d5c 100644
--- a/crates/quark/assets/templates/verify.original.html
+++ b/crates/quark/assets/templates/verify.original.html
@@ -18,6 +18,7 @@
Confirm
+ This email is intended for {{email}}
Sent from Revolt
Made in the EU
diff --git a/crates/quark/assets/templates/verify.txt b/crates/quark/assets/templates/verify.txt
index a500d5b6..1fdaaa63 100644
--- a/crates/quark/assets/templates/verify.txt
+++ b/crates/quark/assets/templates/verify.txt
@@ -3,5 +3,6 @@ To complete your sign up, we just need to verify your email.
Please navigate to: {{url}}
-Sent by Revolt.
-Made in the EU.
+This email is intended for {{email}}
+Sent by Revolt
+Made in the EU