From 5c671661d4ec0b54ee0d7e5ccd4dcc4aff42d079 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 3 May 2025 11:53:07 +0200 Subject: Require password to change name and mail. --- views/change_mail.pug | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/change_mail.pug') diff --git a/views/change_mail.pug b/views/change_mail.pug index 270d656..4d0605a 100644 --- a/views/change_mail.pug +++ b/views/change_mail.pug @@ -18,5 +18,9 @@ html label New mail address: br input(type="text" name="newmail" required) + p + label Password: + br + input(type="password" name="password" required) p button(type="submit") Change mail -- cgit v1.2.3