diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-05-06 20:30:33 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-05-06 20:45:32 +0200 |
commit | 6ae417c0be86a44b6dfeb7537da1f9b70a288950 (patch) | |
tree | f149b0423f52c46a152ff032e0a20abbb1d3191b /views/account_forgot_password.pug | |
parent | 644c287eede443c608eeab0cc6cd41da228947e3 (diff) | |
download | server-6ae417c0be86a44b6dfeb7537da1f9b70a288950.tar.gz |
Rename pug files to match access url.
Diffstat (limited to 'views/account_forgot_password.pug')
-rw-r--r-- | views/account_forgot_password.pug | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/views/account_forgot_password.pug b/views/account_forgot_password.pug new file mode 100644 index 0000000..0913857 --- /dev/null +++ b/views/account_forgot_password.pug @@ -0,0 +1,25 @@ +//- vim:ts=4:sw=4: +doctype html +html + head + include head + title Forgot password + +altcha_script() + body + include header + article + h1 Forgot password + if flash + p.error= flash + + if user + p You're already logged in! + else + form(method="post") + p + label Mail: + br + input(type="email" name="mail" required) + +altcha_widget() + p + button(type="submit") Forgot password |