From 41e604f3eb306c2e74a9cfca6af32ce6a03a3eff Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 1 May 2025 12:45:56 +0200 Subject: Add altcha to password reset request. --- views/reset_password.pug | 1 + 1 file changed, 1 insertion(+) (limited to 'views/reset_password.pug') diff --git a/views/reset_password.pug b/views/reset_password.pug index 1aa0a29..2fda418 100644 --- a/views/reset_password.pug +++ b/views/reset_password.pug @@ -26,5 +26,6 @@ html label Token: br input(type="text" name="token" size=32 value=token style="font-family:monospace" required) + +altcha_widget() p button(type="submit") Reset password -- cgit v1.2.3