chiark / gitweb /
The Login page now includes a form to request a password reminder
authorrjk@greenend.org.uk <>
Sun, 6 Jan 2008 12:14:09 +0000 (12:14 +0000)
committerrjk@greenend.org.uk <>
Sun, 6 Jan 2008 12:14:09 +0000 (12:14 +0000)
commit6207d2f3bcf38c072c2bcaa7c9e8dbd469b5e8e6
tree403a427694fd8848d6b7cef9b4bdbea9ed010bc8
parent012c707d5c03631b365886904089d98f3747d308
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.
14 files changed:
doc/disorder_config.5.in
doc/disorder_protocol.5.in
lib/client.c
lib/client.h
lib/configuration.c
lib/configuration.h
lib/sendmail.c
lib/sendmail.h
server/dcgi.c
server/server.c
templates/disorder.css
templates/login.html
templates/options.labels
templates/topbar.html