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

Manage Passwords dialog is shown when trying to download submissions from Encrypted Project #642

Open
srujner opened this issue Apr 25, 2024 · 2 comments

Comments

@srujner
Copy link

srujner commented Apr 25, 2024

Problem description

Manage Passwords dialog is shown when trying to download submissions from Encrypted Project.
Looks like stuff related with SSO.
I'm not expecting this on the Chrome browser.

Steps to reproduce the problem

  1. Have encrypted project;
  2. Create a Draft with any form
  3. Navigate to the Testing tab
  4. Create at least one submission
  5. Click on the Download X Submission button

Expected behavior

There should be tooltip message, when no password is provided and no display window for Managing the accounts.

Central version shown in version.txt

9a9ec7c (v2023.5.1-10-g9a9ec7c)
+c25bc15087ca045496d3bdbc806ca0752b955216 client (v2023.5.0-64-gc25bc150)
+cfe46c97e6e38d8e551ce253ba47d0b378d19352 server (v2023.5.0-56-gcfe46c97)

Browser
Firefox

Other info
screen-recorder-thu-apr-25-2024-13-58-19.webm

@matthew-white
Copy link
Member

@srujner, this sounds like the same issue as #451. Does that sound right? Thank you for sharing the screen recording, that's very helpful. I'm not totally sure when we'll fix the issue, but I can see that it's annoying behavior.

Looks like stuff related with SSO.

My current thinking is that this will happen whenever you have an encrypted project and have to fill in the passphrase. I think Chrome sees the password field and tries to be helpful and autofill it with one of your saved passwords. And then once the field has been filled, it tries to be helpful again and update your saved passwords. I think we need to find some way to tell Chrome not to try to autofill the field.

@matthew-white
Copy link
Member

this sounds like the same issue as #451

OK, now I'm seeing that there are some differences: #451 happened in Firefox, while this one happened in Chrome. Also, this one happens when you click a download button without filling in the passphrase field first. I'm hoping that it will be the same fix for both of them.

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

No branches or pull requests

2 participants