2023-11-20 17:55:25 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html><head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
|
<title>HectaMail</title>
|
|
|
|
<link rel="stylesheet" href="/static/css/main.css" media="">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="headerbar">
|
|
|
|
<a href="https://mail.hectabit.org/">HectaMail</a>
|
|
|
|
<a href="https://mail.hectabit.org/register">Sign up</a>
|
|
|
|
<a class="main" href="https://mail.hectabit.org/account">Account</a>
|
|
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<h1>Change your password</h1>
|
|
|
|
<br>
|
2023-11-20 18:17:33 +00:00
|
|
|
<form method="POST" style="display: inline;" action="/account/changeapi">
|
|
|
|
<input type="hidden" name="email" value="{{ user_email }}">
|
2023-11-20 18:05:54 +00:00
|
|
|
<input type="hidden" name="passwordhash" value="{{ password_hash }}">
|
2023-11-20 18:09:37 +00:00
|
|
|
<input name="password" required="">
|
2023-11-20 17:55:25 +00:00
|
|
|
<input type="submit" value="Confirm">
|
2023-11-20 18:09:37 +00:00
|
|
|
</form>
|
2023-11-20 18:05:54 +00:00
|
|
|
<button onclick="location.href = '/account';">Cancel</button>
|
2023-11-20 17:55:25 +00:00
|
|
|
</div>
|
|
|
|
<style type="text/css"></style>
|
|
|
|
</body></html>
|