summaryrefslogtreecommitdiff
path: root/src/user/update/index.html
diff options
context:
space:
mode:
authorcurly <curly@infernal.garden>2024-07-17 14:27:04 -0600
committercurly <curly@infernal.garden>2024-07-17 14:27:04 -0600
commitcc46857b4361c356e079b48d23a16b0fccaa7a61 (patch)
tree3c2d2f08d6decd6d7f4a369e84ae195c5b33651f /src/user/update/index.html
parent339ed00eb7496fc44ec5113b0520838305062039 (diff)
downloadpoko_web-cc46857b4361c356e079b48d23a16b0fccaa7a61.tar.gz
poko_web-cc46857b4361c356e079b48d23a16b0fccaa7a61.tar.bz2
poko_web-cc46857b4361c356e079b48d23a16b0fccaa7a61.zip
separate user update forms. require password for deletion
Diffstat (limited to 'src/user/update/index.html')
-rw-r--r--src/user/update/index.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/src/user/update/index.html b/src/user/update/index.html
index 30d938b..0ec244b 100644
--- a/src/user/update/index.html
+++ b/src/user/update/index.html
@@ -23,15 +23,26 @@
<center class="button navbutton">LOGOUT</center>
</a>
</header>
- <div id="page">
+ <div class="page">
<center>
- <h2>UPDATE INFO</h2>
+ <h2>UPDATE NAME</h2>
</center>
<hr>
- <div id="content">
- <form action="javascript:update_form()" class="formbox", id="transferform" accept-charset=utf-8>
+ <div class="content">
+ <form action="javascript:update_name_form()" class="formbox", id="nameform" accept-charset=utf-8>
<label for="name">USERNAME</label>
<input type="text" id="name">
+ <input type="submit" class="button formbutton" value="UPDATE">
+ </form>
+ </div>
+ </div>
+ <div class="page">
+ <center>
+ <h2>UPDATE PASSWORD</h2>
+ </center>
+ <hr>
+ <div class="content">
+ <form action="javascript:update_password_form()" class="formbox", id="password_form" accept-charset="utf-8">
<label for="old_password">OLD PASSWORD</label>
<input type="password" id="old_password" minlength="4" maxlength="8" required>
<label for="new_password">NEW PASSWORD</label>