From f60a390f5c51039fd1efc1df9a6a7f3864ce0062 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Sat, 21 Mar 2026 21:49:57 +0100 Subject: Add profile page for editing username, email, password, and notifications --- src/app/Views/profile/edit.php | 59 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/app/Views/profile/edit.php (limited to 'src/app/Views') diff --git a/src/app/Views/profile/edit.php b/src/app/Views/profile/edit.php new file mode 100644 index 0000000..45c9be9 --- /dev/null +++ b/src/app/Views/profile/edit.php @@ -0,0 +1,59 @@ + +
+

Profile settings

+ + +
+

Username

+
+ + + + +
+
+ +
+

Email

+

Changing your email will require re-verification.

+
+ + + + +
+
+ +
+

Password

+
+ + + + + + + + + + + +
+
+ +
+

Notifications

+
+ + + +
+
+
-- cgit v1.2.3