You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
422 B
7 lines
422 B
<form action="modifyPassword" method="GET">
|
|
<input type="hidden" name="user" value={{user.id}}>
|
|
<input type="text" name="currentPassword" placeholder="current password" required>
|
|
<input type="text" name="newPassword" placeholder="new password" required>
|
|
<input type="text" name="confirmNewPassword" placeholder="confirm new password" required>
|
|
<input type="submit" value="Modify your password">
|
|
</form> |