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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-08-18 11:51:26 +0300
committerHannah von Reth <vonreth@kde.org>2021-08-18 13:48:17 +0300
commitd3a4ce6d61051b168b39c13dad77c93e47e44a52 (patch)
tree5f8c5ce141f35afdc7450ac23c783cd14b0ff824 /changelog
parent8411df4afcf251290d183c49d09092ea3e5a67bd (diff)
Correctly handle credential invalidation on start up
Fixes: #8901
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/89016
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/unreleased/8901 b/changelog/unreleased/8901
new file mode 100644
index 000000000..9bfcddb93
--- /dev/null
+++ b/changelog/unreleased/8901
@@ -0,0 +1,6 @@
+Bugfix: Start oauth/password prompt if password is wrong during start up
+
+If the oauth token was invalid during start up we didn't start the oauth process
+and the user needed to manually log out in order to log in again.
+
+https://github.com/owncloud/client/issues/8901