Updated account
This commit is contained in:
parent
587babb869
commit
0adabf3195
|
@ -16,8 +16,9 @@
|
|||
<form method="POST" action="/account/changeapi">
|
||||
<input type="hidden" name="email" style="display: inline;" value="{{ user_email }}">
|
||||
<input type="hidden" name="passwordhash" value="{{ password_hash }}">
|
||||
<input name="password">
|
||||
<input name="password" required="">
|
||||
<input type="submit" value="Confirm">
|
||||
</form>
|
||||
<button onclick="location.href = '/account';">Cancel</button>
|
||||
</div>
|
||||
<style type="text/css"></style>
|
||||
|
|
Loading…
Reference in New Issue