diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-01-17 19:34:08 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-01-18 01:14:38 +0100 |
commit | e41be2b62a93fe2905261f5ea729744fe6a5c8e3 (patch) | |
tree | ff82f6a5ecbb44ceb952cd900c1ace7cdfec0250 /views/forgot_password.pug | |
parent | fef72323ae627aa766b0871be7a51d7b30735e52 (diff) | |
download | server-e41be2b62a93fe2905261f5ea729744fe6a5c8e3.tar.gz |
Use Altcha to hinder bots spamming account creation.
Diffstat (limited to 'views/forgot_password.pug')
-rw-r--r-- | views/forgot_password.pug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/forgot_password.pug b/views/forgot_password.pug index 113610c..935cae1 100644 --- a/views/forgot_password.pug +++ b/views/forgot_password.pug @@ -4,6 +4,7 @@ html head include head title Forgot password + +altcha_script() body include header article @@ -19,5 +20,6 @@ html label Mail: br input(type="email" name="mail" required) + +altcha_widget() p button(type="submit") Forgot password |