mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
20 lines
484 B
Plaintext
20 lines
484 B
Plaintext
<h1>Forgot password</h1>
|
|
<form method="post">
|
|
<% if (errorMessage) { %>
|
|
<p class="error"><%= errorMessage %></p>
|
|
<% } %>
|
|
|
|
<fieldset>
|
|
<ol>
|
|
<li>
|
|
<label for="email">Email</label>
|
|
<input id="email" type="email" name="email" autofocus>
|
|
</li>
|
|
</ol>
|
|
</fieldset>
|
|
|
|
<p class="actions"><button type="submit" name="submit">Send recovery email</button></p>
|
|
|
|
<p class="actions"><a href="<%= controls.login %>" class="link">Log in</a></p>
|
|
</form>
|