Probably not the best way to solve it, but the easiest with no serious consequences.
If the user install QFieldSync and the default value of qfieldCloudRememberMe=True, it will call the cloud_api.auto_login_attempt, which calls the QgsApplication.authManager().
As a UI this is asking for the master password, but the users have no idea what is this and what is the context of it.
Probably not the best way to solve it, but the easiest with no serious consequences.
If the user install QFieldSync and the default value of
qfieldCloudRememberMe=True
, it will call thecloud_api.auto_login_attempt
, which calls theQgsApplication.authManager()
.As a UI this is asking for the master password, but the users have no idea what is this and what is the context of it.
Fix https://github.com/opengisch/qfieldsync/issues/580