diff options
Diffstat (limited to 'ui/pwreset.html')
-rw-r--r-- | ui/pwreset.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/pwreset.html b/ui/pwreset.html new file mode 100644 index 0000000..8d563d0 --- /dev/null +++ b/ui/pwreset.html @@ -0,0 +1,7 @@ +<h1>Password reset</h1> + +<form action="{{ @URI }}" method="post"> + <p>New Password: <input type="password" name="password" /></p> + <p>Retype Password: <input type="password" name="repeatPassword" /></p> + <p><input type="submit" /></p> +</form>
\ No newline at end of file |