diff --git a/views/change-password.ejs b/views/change-password.ejs
deleted file mode 100644
index 1fe3f0a7af917f869009ea38ea1e5f4e120c2c64..0000000000000000000000000000000000000000
--- a/views/change-password.ejs
+++ /dev/null
@@ -1,7 +0,0 @@
-<h2>เปลี่ยนรหัสผ่าน</h2>
-<form action="/user/change-password" method="POST">
-    <input type="email" name="email" placeholder="Email" required>
-    <input type="password" name="newPassword" placeholder="New Password" required>
-    <button type="submit">เปลี่ยนรหัสผ่าน</button>
-</form>
-<a href="/login">กลับไปยังหน้าเข้าสู่ระบบ</a>
\ No newline at end of file