Make our password hint progressive #3731
Comments
|
+1 to this. I am willing to do take this up :) |
|
Some information we might want to get across:
|
|
I like this idea. If the text changed with each keystroke, the default prompt could be something that lets people know that this password protects all the passwords they've saved in Firefox. |
|
Would be interesting to preface every line with "This password"… |
|
I'm broadly
Then if we like it and it seems to be valuable, we can iterate by adding additional checks and messaging. |
|
I am very much inclined towards the approach @rfk specifies. We should get it running to a minimal version before we decide to add more functionality. |
|
Some wordsmithed copy (I'll get @MozMatej to sanity check it) Default (focused, empty):
With characters entered:
With a weak password:
|
|
Needs feature doc |
|
Assigned to myself for feature doc. |
|
|
|
Also realizing that we don't want people to include local attackers with "prying eyes". Damn, this is going to be hard. |
|
The tricky thing will be to be compatible with our signup.signin flow. |
|
It's not obvious from the comment history here - what is this currently blocked on? |
|
@rfk |
|
From https://github.com/mozilla/fxa/pull/150/files#diff-c00b54226abc4785bd4d2f483d4e24b1R54 I see the following note: Which suggests we may actually have to host our own copy, not just an outgoing link. Could we consider landing without the "more info" link and doing it as a separate follow-up bug? The new functionality seems to provide significant value to me even without the extra context. (We would, of course, have to practice the whole "not losing the follow-up bugs" thing that @ryanfeeley has noted in the past). |
|
@rfk I think it's a constraint on mobile where the web views cannot link externally :( |
|
I suggest we copy the contents from this page and present it on a page much like our Privacy Notice / Terms of Service pages. Can we include the video? |
|
So is this the ideal course of action:
Question: What should be the name of this document? |
|
I really don't want to grow a clone of SUMO under our own URL space...but if there's no other way to show good messaging to mobile users, I guess we'll need to display it ourselves. How do we currently handle localization of the legal and terms pages, and can we do the same for this copy? Paralleling https://accounts.firefox.com/legal/terms and https://accounts.firefox.com/legal/privacy, perhaps we can start a https://accounts.firefox.com/support namespace and put this copy into it at https://accounts.firefox.com/support/create-a-secure-password @ryanfeeley do you think we need to say something about why the security of the password here is so important, i.e. something to explain the "longer if you're syncing passwords" part? |
|
From mtg: |

Currently the only password advice we give registering users is "Must be at least 8 characters". This is inadequate the users who plan to sync their browsing data, including passwords, so we should discuss making improvements to this experience.
We currently run a Bloom filter to gauge password complexity, but do not expose it in the interface.
What if we changed our our hint (i.e. "Must be at least 8 characters") with every keystroke, until the password was of adequate strength? We could also use this as an opportunity to increase the understanding of how sync works.
Examples on the web:
And what 1Password does:




The text was updated successfully, but these errors were encountered: