summaryrefslogtreecommitdiff
path: root/ui/settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/settings.html')
-rw-r--r--ui/settings.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/settings.html b/ui/settings.html
new file mode 100644
index 0000000..47f3b1b
--- /dev/null
+++ b/ui/settings.html
@@ -0,0 +1,8 @@
+<h1>Account Settings</h1>
+
+<form action="{{ @BASE . @ALIASES.settings }}" method="post" class="tabform">
+ <p><label for="accset_mail">New E-Mail Address:</label> <input id="accset_mail" type="text" name="email" value="{{ @email }}" /></p>
+ <p><label for="accset_newpw">New Password:</label> <input id="accset_newpw" type="password" name="password" /></p>
+ <p><label for="accset_repeatpw">Retype Password:</label> <input id="accset_repeatpw"type="password" name="repeatPassword" /></p>
+ <p class="formctrl"><input type="submit" /></p>
+</form> \ No newline at end of file