diff options
Diffstat (limited to 'ui/pwresetRequest.html')
-rw-r--r-- | ui/pwresetRequest.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/pwresetRequest.html b/ui/pwresetRequest.html new file mode 100644 index 0000000..a6c51b3 --- /dev/null +++ b/ui/pwresetRequest.html @@ -0,0 +1,6 @@ +<h1>Password reset</h1> + +<form action="{{ @BASE . @ALIASES.resetpw }}" method="post" class="tabform"> + <p><label for="pwreset_mail">E-Mail:</label> <input id="pwreset_mail" type="text" name="email" /></p> + <p class="formctrl"><input type="submit" /></p> +</form>
\ No newline at end of file |