[Email Change] Refactoring script and html form for email rather than password

#1
This commit is contained in:
eoghan.conlon 2023-07-29 22:37:20 +01:00
parent 693acc7946
commit f3d51c205d
2 changed files with 8 additions and 8 deletions

View file

@ -9,12 +9,12 @@
<form id="reset">
<label for="user">Username</label>
<input type="text" id="user" name="user" /> <br />
<label for="pass">Old Password</label>
<label for="pass">Password</label>
<input type="password" id="pass" name="pass" /> <br />
<label for="newPW1">New Password</label>
<input type="password" id="newPW1" name="newPW" /> <br />
<label for="newPW2">Confirm</label>
<input type="password" id="newPW2" name="newPWConfirm" /> <br />
<label for="newEmail">New email</label>
<input type="email" id="newEmail" name="newPW" /> <br />
<label for="newEmail2">Confirm</label>
<input type="email" id="newEmail2" name="newPWConfirm" /> <br />
<input type="Submit" value="Submit" />
</form>
<p id="formStatus"></p>