diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-09 02:05:32 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-09 02:05:32 +0000 |
commit | b8d7ae91d0199003173ea3c581404d66538a3fba (patch) | |
tree | 9f59ae4f64f77ecf3e29bcf5d751816bc7724cbd /debian/changelog | |
parent | 563ea1c56fbaeb33e0db5c10ed79cd6802927814 (diff) | |
download | ikiwiki-b8d7ae91d0199003173ea3c581404d66538a3fba.tar ikiwiki-b8d7ae91d0199003173ea3c581404d66538a3fba.tar.gz |
* Add an account-creation password as a simple anti-spam mechanism. If
set in the wiki setup, passwordauth will require the password in
order to create an account.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7e0058c98..455e3e7f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ ikiwiki (2.1) UNRELEASED; urgency=low + [ Joey Hess ] * Use div layout for the signin and preferences forms, so that they can be styled using the stylesheet, rather than by creating signin and prefs templates. @@ -14,7 +15,12 @@ ikiwiki (2.1) UNRELEASED; urgency=low * Add the needsbuild hook. Plugins can use this to manipulate which files ikiwiki builds when refreshing the wiki. - -- Joey Hess <joeyh@debian.org> Tue, 08 May 2007 20:44:27 -0400 + [ Josh Triplett ] + * Add an account-creation password as a simple anti-spam mechanism. If + set in the wiki setup, passwordauth will require the password in + order to create an account. + + -- Josh Triplett <josh@freedesktop.org> Tue, 08 May 2007 19:05:21 -0700 ikiwiki (2.00) unstable; urgency=low |