soyuz-web/templates/settings.spy

19 lines
616 B
Plaintext
Raw Normal View History

2023-01-04 11:17:41 +11:00
<< partials/head >>
<body>
<< partials/header >>
<main id="settings">
<form method="post">
<section>
<label for="password">Reset password:</label><br/>
<input class="password-reset" type="password" name="password" id="password">
<input type="submit" name="logout" value="Reset Password" formaction="/reset-password">
</section>
<section>
<input type="submit" name="logout" value="Log Out" formaction="/logout">
</section>
</form>
</main>
<footer></footer>
</body>
</html>