Browse Source

Add username change of the box

eddy 3 years ago
parent
commit
0bb5a32f0e
1 changed files with 4 additions and 2 deletions
  1. 4 2
      app/templates/home.html

+ 4 - 2
app/templates/home.html

@@ -15,9 +15,11 @@
 </div>
 </div>
 <hr style="border: 5px dashed black;"/>
 <hr style="border: 5px dashed black;"/>
 
 
-<!------  Change Password ---------->
-<p>Change Password</p> 
+<!------  Change Username and Password ---------->
+<p>Change Username and Password</p> 
 <form method="POST">
 <form method="POST">
+    <label for="username">Username</label><br>
+    <input type="text" id="username" name="username"><br>
     <label for="password">Password</label><br>
     <label for="password">Password</label><br>
     <input type="text" id="password" name="password"><br>
     <input type="text" id="password" name="password"><br>
     <label for="password_confirm">Password(Confirm)</label><br>
     <label for="password_confirm">Password(Confirm)</label><br>