From b76c70aec392e8423fde6a29fb5b2a7a9f6a045f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 6 May 2025 20:30:33 +0200 Subject: Rename pug files to match access url. --- views/account_forgot_password.pug | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 views/account_forgot_password.pug (limited to 'views/account_forgot_password.pug') 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 -- cgit v1.2.3