aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-05-13 23:38:46 -0400
committerJoey Hess <joeyh@joeyh.name>2015-05-13 23:38:46 -0400
commitbf8b7fe2d1602827f7419521d140bac4be6200a8 (patch)
tree81bb67675e4d7782f4fbe18ebcade9a15c39a6ba
parent70cf5bb7654a551511c0b05cd782349dbbde2c78 (diff)
downloadikiwiki-bf8b7fe2d1602827f7419521d140bac4be6200a8.tar
ikiwiki-bf8b7fe2d1602827f7419521d140bac4be6200a8.tar.gz
changelog
-rw-r--r--debian/changelog8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 30b358ca6..45801567f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
ikiwiki (3.20150330) UNRELEASED; urgency=medium
+ * New emailauth plugin lets users log in, without any registration,
+ by simply clicking on a link in an email.
* Re-remove google from openid selector; their openid provider is
gone for good.
- * When openid and passwordauth are the only enabled auth plugins,
- make the openid selector display "Password" instead of "Other",
- so users are more likely to click on it when they don't have an openid.
+ * Make the openid selector display "Password" instead of "Other"
+ when appropriate, so users are more likely to click on it when
+ they don't have an openid.
* Converted openid-selector into a more generic loginselector helper
plugin.