summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-21 20:52:48 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-21 20:52:48 +0200
commit1f512c8ba1396f9c512f6b2bccd9ffe9417c4cf4 (patch)
tree358213ea869cc8b5b52f42b9cb6a6924c63a1947
parent417dc9dc428db2fef14130d3de9a91e9efb1f717 (diff)
downloadwekan-1f512c8ba1396f9c512f6b2bccd9ffe9417c4cf4.tar.gz
wekan-1f512c8ba1396f9c512f6b2bccd9ffe9417c4cf4.tar.bz2
wekan-1f512c8ba1396f9c512f6b2bccd9ffe9417c4cf4.zip
- [Improve authentication](https://github.com/wekan/wekan/pull/2065): remove login dropdown,
and add setting `DEFAULT_AUTHENTICATION_METHOD=ldap` or `sudo snap set wekan default-authentication-method='ldap'`. Thanks to Akuket. Closes wekan/wekan-ldap#31
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce29cfb7..b444bf1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# Upcoming Wekan release
+
+This release adds the following new features:
+
+- [Improve authentication](https://github.com/wekan/wekan/pull/2065): remove login dropdown,
+ and add setting `DEFAULT_AUTHENTICATION_METHOD=ldap` or
+ `sudo snap set wekan default-authentication-method='ldap'`. Thanks to Akuket. Closes wekan/wekan-ldap#31
+
+Thanks to above GitHub users for their contributions.
+
# v1.94 2018-12-18 Wekan version
This release adds the following new features: