From 35db6e71fc7196af1757be17d2a3919246476683 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 19 Sep 2024 11:28:12 +0200 Subject: Add password reset --- src/application/views/form_new_password.php | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/application/views/form_new_password.php (limited to 'src/application/views/form_new_password.php') diff --git a/src/application/views/form_new_password.php b/src/application/views/form_new_password.php new file mode 100644 index 0000000..7431bd5 --- /dev/null +++ b/src/application/views/form_new_password.php @@ -0,0 +1,38 @@ + + +
+
+ $_formError]); +} +?> +
" method="post"> + +
+ + +
+ +
+ + +
+ +
+ +
+
+
+
-- cgit v1.2.3