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:
Diffstat (limited to 'changelog/unreleased/8901')
-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