

Solution for productive sites: implicitly provide correct redirect (or substitutive actions). It seems like Edge and Firefox have the same behavior. The reason why Chrome remembers suggested password right away and doesn't remember username in the same moment is that suggested password is trusted upon form submission but the username is not. The reason for immediate pop-up is the same as it was for first attempt - Chrome wants to save suggested password in advance and does not wait a redirect. Note that second, "correct one" is pickable in the "Username" field too - its triangle is visible on your screenshot. This "no username" is the reason for immediate pop-up during second "suggest password" attempt because Chrome can't decide which username is correct - "no username" or that one you filled up in the form. Because of your fiddle does not provide correct redirect, after first "suggest password" attempt, credentials are saved as a password with "no username". However, in case of "suggest password" the password is actually remembered in advance, during this action, not during redirect. In that case the username is picked up correctly.

#Suggest strong password chrome how to#
I hope you guys like this blog, How to Use Chrome Password Manager. Recently I updated this tutorial and will try my best so that you understand this guide. 1 day ago &0183 &32 What’s new in Chrome 115 Beta: Google’s Reading Mode is here What’s new in Chrome 115 Beta: Google’s Reading Mode is here Chromes tab bar is getting an eye-catching redesign on Windows 11.
#Suggest strong password chrome android#
The password along with username is normally saved and updated on a redirect. If Offer to save passwords is on, youll be prompted to save your password when you sign in to sites and apps on Android or Chrome. Published by James Hogan Last Updated: DecemThis tutorial is about How to Use Chrome Password Manager. This time, you'll get the popup because you're actually updating the password. Rerun the fiddle, enter the same username, click "suggest strong password." again. First, here's how to reproduce the issue:Ĭlick the first password field, click "suggest strong password." Nothing will happen because it's the first time you're saving a password to that username. I guess it's a difference in how they render the page. īelow is a JS Fiddle, SO's code playground wouldn't even give me a password list. How can I force it to? Here are my username and password fields. Click on the Settings button ( Alt + F) and select Settings from the menu. When I fill out my signup form, I enter a username, then click "Suggest strong Password" for the password box.
