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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2021-01-08 16:34:01 +0300
committerGitHub <noreply@github.com>2021-01-08 16:34:01 +0300
commitaeb32e1bc8f50d641e093589cc2f8c90da166768 (patch)
treec6be900ee59dcad4d7915c791c007435c1290cd5 /build
parent08cc9ad496c88d70290a92c9c1cd560752e5cde0 (diff)
parent63dc2df68d3bab2abadc4bd80c63e406ed89887c (diff)
Merge pull request #22992 from nextcloud/password-urlencode
allow authenticating using urlencoded passwords
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index d461cdfc706..762f58131b5 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -5160,7 +5160,8 @@
<code>$this-&gt;createUserFromBackend($uid, $password, $backend)</code>
<code>$this-&gt;createUserFromBackend($uid, $password, $backend)</code>
</NullableReturnStatement>
- <UndefinedInterfaceMethod occurrences="4">
+ <UndefinedInterfaceMethod occurrences="5">
+ <code>checkPassword</code>
<code>checkPassword</code>
<code>countUsers</code>
<code>createUser</code>