Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2021-02-04 12:34:08 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-02-04 12:34:08 +0300
commit54b45a4800094895d3a056ac86a4a0d84829a8f9 (patch)
treefeb8bd3b8fc1ba5f62631309824da44c5ed7c15c
parent7c9ec94e10c8dde49c7f1f8f555a3b72a46a8136 (diff)
V3.3.4v3.3.4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f9d23a8..410560f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 3.3.4
+### Fixed
+- Logins with UIDs resembling base64
+
## 3.3.3
### Added
- Possibility to overwrite direct login text
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 349e5f5d..3c1aec98 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
- <version>3.3.3</version>
+ <version>3.3.4</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>