diff --git a/html/user/remove_account_confirm.php b/html/user/remove_account_confirm.php
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/html/user/remove_account_confirm_action.php b/html/user/remove_account_confirm_action.php
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/html/user/remove_account_request.php b/html/user/remove_account_request.php
new file mode 100644
index 0000000000..6c913bf8c1
--- /dev/null
+++ b/html/user/remove_account_request.php
@@ -0,0 +1,28 @@
+.
+
+require_once("../inc/util.inc");
+
+$user = get_logged_in_user();
+check_tokens($user->authenticator);
+
+$title = tra("Remove Account ", subset_name($subset));
+page_head($title);
+
+page_tail();
+?>
\ No newline at end of file
diff --git a/html/user/remove_account_request_action.php b/html/user/remove_account_request_action.php
new file mode 100644
index 0000000000..e69de29bb2