<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Richard added a few I didn’t even think of, but yes, capturing after registration is far more complicated than login, so many more things can go wrong. Also missing username is common when resetting a password (very frustrating): <a href="https://www.dropbox.com/s/tgcihdcm5xazfca/reset-no-username.png?dl=0" class="">https://www.dropbox.com/s/tgcihdcm5xazfca/reset-no-username.png?dl=0</a></div><div class="">For that we outline the field in red.</div><div class=""><br class=""></div><div class="">
<div class=""><div style="orphans: 2; widows: 2;" class="">Ryan Feeley</div><div style="orphans: 2; widows: 2;" class="">UX, Cloud Services</div><div style="orphans: 2; widows: 2;" class="">Mozilla UX</div><div style="orphans: 2; widows: 2;" class="">IRC: rfeeley</div></div>

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Feb 10, 2015, at 12:55 PM, Richard Newman <<a href="mailto:rnewman@mozilla.com" class="">rnewman@mozilla.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><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" class=""><div class="">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 class=""><br class=""></div><div class="">Personal experience: I've seen captures with:</div><div class=""><ul class=""><li class="">A hash instead of the password, because the site is doing some crazy client-side transformation before submitting the form</li><li class="">The username being "rich******" or similar, again because of some client-side transformation.</li><li class="">An empty username. (This is the most common one.)</li><li class="">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 class="">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>
_______________________________________________<br class="">Passwords-dev mailing list<br class=""><a href="mailto:Passwords-dev@mozilla.org" class="">Passwords-dev@mozilla.org</a><br class="">https://mail.mozilla.org/listinfo/passwords-dev<br class=""></div></blockquote></div><br class=""></body></html>