aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2015-05-27 08:52:01 +0100
committerSimon McVittie <smcv@debian.org>2015-05-27 08:52:01 +0100
commit2afb0dd66332136f47d08f2ee4de292eb73c8779 (patch)
tree8f0e79228de5c762870730689ceabb6a9a112c25 /debian/changelog
parent9ab3d2a6be367b745ad0240e5fb68590c7f850b2 (diff)
downloadikiwiki-2afb0dd66332136f47d08f2ee4de292eb73c8779.tar
ikiwiki-2afb0dd66332136f47d08f2ee4de292eb73c8779.tar.gz
Do not directly enable emailauth by default, only indirectly via openid
This avoids nasty surprises on upgrade if a site is using httpauth, or passwordauth with an account_creation_password, and relying on only a select group of users being able to edit the site. We can revisit this for ikiwiki 4.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e483285fa..14ef4e71b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
ikiwiki (3.20150330) UNRELEASED; urgency=medium
+ [ Joey Hess ]
* 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
@@ -13,6 +14,11 @@ ikiwiki (3.20150330) UNRELEASED; urgency=medium
* Make cgiurl output deterministic, not hash order. Closes: #785738
Thanks, Daniel Kahn Gillmor
+ [ Simon McVittie ]
+ * Do not enable emailauth by default, to avoid surprises on httpauth-only
+ sites. Enable it by default in openid instead, since it is essentially
+ a replacement for OpenIDs.
+
-- Joey Hess <id@joeyh.name> Tue, 28 Apr 2015 12:24:08 -0400
ikiwiki (3.20150329) experimental; urgency=high