-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Can't use saved passwords in private mode #1510
Comments
I think this is how desktop browsers behave? |
It's not. Not for Chrome or Firefox anyway. The key is that it has to be a login that's been saved while not in private mode. |
Login selection prompt was not shown if there was only 1 login available under the assumption that in that case the web engine will automatically fill in the saved data in the HTML form. That's usually correct, however there is an scenario where it does not happen. And that scenario is private browsing mode. In that mode the login/pass is requested as usual, but it isn't autofilled in the form until the user clicks on the login/pass HTML input elements. The consequence was that when in private browsing mode, for those sites with only 1 password was saved (most common case) the user/pass were not autofilled and the prompt dialog was not shown giving the impression that no user/pass tuple was retrieved from the logins storage. Fixes #1510
So the key here is that Firefox does not autofill them in private browsing mode but it allows you to use the saved password if the user clicks on the user/pass entry fields. We'll do the same in Wolvic. |
Awesome, thank you! 👏 |
Let's keep it open, github will automatically close this once the patch lands |
No problem, apologies I'm not that familiar with Github etiquette. |
Login selection prompt was not shown if there was only 1 login available under the assumption that in that case the web engine will automatically fill in the saved data in the HTML form. That's usually correct, however there is an scenario where it does not happen. And that scenario is private browsing mode. In that mode the login/pass is requested as usual, but it isn't autofilled in the form until the user clicks on the login/pass HTML input elements. The consequence was that when in private browsing mode, for those sites with only 1 password was saved (most common case) the user/pass were not autofilled and the prompt dialog was not shown giving the impression that no user/pass tuple was retrieved from the logins storage. Fixes #1510
Login selection prompt was not shown if there was only 1 login available under the assumption that in that case the web engine will automatically fill in the saved data in the HTML form. That's usually correct, however there is an scenario where it does not happen. And that scenario is private browsing mode. In that mode the login/pass is requested as usual, but it isn't autofilled in the form until the user clicks on the login/pass HTML input elements. The consequence was that when in private browsing mode, for those sites with only 1 password was saved (most common case) the user/pass were not autofilled and the prompt dialog was not shown giving the impression that no user/pass tuple was retrieved from the logins storage. Fixes #1510
Apologies if this has already been mentioned, I used the search function but didn't find anything.
When in private mode it doesn't auto-fill saved passwords into websites. Is there a way I can enable this? Most browsers do this automatically.
To be clear, I'm talking about passwords that have been saved in the browser while not in private mode.
Thanks.
The text was updated successfully, but these errors were encountered: