From b98b25c4242f21178d8593438de5f5cafb899156 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 7 Jan 2022 12:03:36 +0100 Subject: Add message about token in the mail to reset password page. --- views/reset_password.pug | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/reset_password.pug b/views/reset_password.pug index 20a5210..3fbd539 100644 --- a/views/reset_password.pug +++ b/views/reset_password.pug @@ -11,6 +11,8 @@ html if flash p.error= flash + p You should have received a password reset token in your mail. + form(method="post" action="/reset-password") p label Mail: -- cgit v1.2.3