You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with e0a14ca the desktop client has proper support for roaming profiles on Windows operating systems.
Right now the user still needs to enter the sync password on every logon in a roaming profile environment (as of 2.5.0b1).
For this to work properly the password also needs to be stored in the Windows credencial store with the proper scope. Right now the password is stored with "local machine" scope by QtKeychain. This leads to the following issue:
The user configures the client in a roaming profile environment
The sync password is stored with "local machine" scope (which means it could also be lost after logout in roaming environments, due to policies)
The user logs out
The use logs in on a different machine and the sync config is present, but the password is not → password prompt (depending on the roaming policies this might also happen on the same machine)
This is an upstream QtKeychain issue (see frankosterfeld/qtkeychain#121), which has already been fixed in QtKeychain 0.9.1.
Fix for this issue
Please update the build toolchain, so QtKeychain 0.9.1 is used for the 2.5 release (also see owncloud/client#6729).
The text was updated successfully, but these errors were encountered:
Starting with e0a14ca the desktop client has proper support for roaming profiles on Windows operating systems.
Right now the user still needs to enter the sync password on every logon in a roaming profile environment (as of 2.5.0b1).
For this to work properly the password also needs to be stored in the Windows credencial store with the proper scope. Right now the password is stored with "local machine" scope by QtKeychain. This leads to the following issue:
This is an upstream QtKeychain issue (see frankosterfeld/qtkeychain#121), which has already been fixed in QtKeychain 0.9.1.
Fix for this issue
Please update the build toolchain, so QtKeychain 0.9.1 is used for the 2.5 release (also see owncloud/client#6729).
The text was updated successfully, but these errors were encountered: