opengisch / qfieldsync

Sync your projects to QField
https://qfield.org/
GNU Lesser General Public License v3.0
55 stars 25 forks source link

Do not show `master password` when using QFieldSync for the first time #626

Open suricactus opened 1 day ago

suricactus commented 1 day ago

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.

Fix https://github.com/opengisch/qfieldsync/issues/580