<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><div>I've been wondering about the edit use
case for a while. I don't ever recall needing to edit at the
capture phase (ie. an incorrect username/password).</div></div></blockquote><div><br></div><div>Personal experience: I've seen captures with:</div><div><ul><li>A hash instead of the password, because the site is doing some crazy client-side transformation before submitting the form</li><li>The username being "rich******" or similar, again because of some client-side transformation.</li><li>An empty username. (This is the most common one.)</li><li>Capturing my email address instead of the username (in a user/email/pass signup), or some other field instead (e.g., SSN).</li></ul><div>Scrolling through my password manager is quite a trip. About one in ten are saved with no username, maybe one in fifty saved with an incorrect username. Those saved logins are totally useless, and the perfect time to fix them is at capture time, when I still remember what the username was supposed to be.</div></div></div></div></div>