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

8924 « 2.10.0_2022-01-17 « changelog - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f912bf333ce8e9e04617c2843cb17eaf38c9c744 (plain)
1
2
3
4
5
6
7
8
9
Bugfix: Do not ask for credentails at start-up when the user logged out

When a user would logout, and quit the client, then on the next start
the client would immediately ask for credentials. This has been fixed by
storing the fact that the user logged out before in the account
settings.

https://github.com/owncloud/client/issues/8924