From: rjk@greenend.org.uk <> Date: Sun, 6 Jan 2008 12:14:09 +0000 (+0000) Subject: The Login page now includes a form to request a password reminder X-Git-Tag: 3.0~84 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/6207d2f3bcf38c072c2bcaa7c9e8dbd469b5e8e6?hp=6207d2f3bcf38c072c2bcaa7c9e8dbd469b5e8e6 The Login page now includes a form to request a password reminder email. This implies a new server command 'reminder' to do the sending, which in turn takes advantage of a new sendmail_subprocess() to send the mail without wedging the server. There is also a new configuration command reminder_interval, used to limit the rate at which reminders can be sent to any one user. ---