Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

suricactus
Copy link
Collaborator

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 #580

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 #580
@suricactus suricactus merged commit fd50411 into master Dec 10, 2024
7 checks passed
@suricactus suricactus deleted the suricactus-patch-1 branch December 10, 2024 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Password Manager After the plugin is installed
1 participant