summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-11-16 21:48:53 +0200
committerLauri Ojansivu <x@xet7.org>2018-11-16 21:48:53 +0200
commitcb24b8519154b13685af58f67b492d850abbf3c2 (patch)
treec6407377a065a1589d2a64a40cf7c7707be7e815
parent3aec8087f77acba9f4fdc686b26cb36542d37dfd (diff)
downloadwekan-cb24b8519154b13685af58f67b492d850abbf3c2.tar.gz
wekan-cb24b8519154b13685af58f67b492d850abbf3c2.tar.bz2
wekan-cb24b8519154b13685af58f67b492d850abbf3c2.zip
Improve authentication. Thanks to Akuket.
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 698d5aea..a396b389 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,17 @@
# Upcoming Wekan release
-This release adds the following new features:
+This release adds the following new features and bugfixes:
- Add languages, thanks to translators:
- Danish
- Swahili / Kiswahili
- Rename Recycle Bin to Archive. Thanks to xet7.
- Update readme for clarity. Thanks to xet7.
+- [Improve authentication](https://github.com/wekan/wekan/pull/2003), thanks to Akuket:
+ - Removing the select box: Now it just checks the user.authenticationMethod value to choose the authentication method.
+ - Adding an option to choose the default authentication method with env var.
+ - Bug fix that allowed a user to connect with the password method while his user.authenticationMethod is "ldap" for example.
+ - Adding a server-side method which allows disconnecting a user after a delay defined by env vars.
Thanks to above GitHub users and translators for their contributions.