Skip to content
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

Password is cleared after some time #109

Closed
Prinzhorn opened this issue Nov 28, 2016 · 5 comments
Closed

Password is cleared after some time #109

Prinzhorn opened this issue Nov 28, 2016 · 5 comments
Labels

Comments

@Prinzhorn
Copy link

I assume this is a feature. But there is no user feedback whatsoever. I came back to the tab and found the UI in a completely different state than I left it. This can make users confused/anxious about what happened to their password or if they opened the wrong tab. Security shouldn't make you feel less secure.

Suggestion: add a notice that the passwords have been cleared for security reasons.

@guillaumevincent guillaumevincent changed the title UX: Password is cleared after some time Password is cleared after some time Nov 28, 2016
@edouard-lopez
Copy link
Member

@Prinzhorn yes, clearing the form is a feature. But you are right, it might be confusing for user to come back and see nothing.

I was thinking about a countdown-like UI, e.g. a decreasing bar below the master password field or the visual checksum that suggest it will disappear. In both case it might become annoying on the long run.

@Prinzhorn
Copy link
Author

Thoughts (I know nothing about the current implementation):

  • A visible countdown puts people under pressure, which is a bad thing
  • The countdown should only start when the user is inactive (key*, mouse* and (page)visibilitychange events) and will be reset when they become active again

I was thinking about a countdown-like UI, e.g. a decreasing bar below the master password field or the visual checksum that suggest it will disappear. In both case it might become annoying on the long run.

This doesn't solve the problem when I leave the tab in the background. I won't know that there was a countdown. In case a visibilitychange is recognized the user can be presented with a message when they come back.

@guillaumevincent
Copy link
Member

@Prinzhorn if the copy remove the master password, does it helps ?

@Kcchouette
Copy link
Contributor

Adding a note when the password is cleared should be better, isn't it?

@guillaumevincent
Copy link
Member

I close this one. The issue is difficult to solve without a visual component.
Because a visible countdown puts people under pressure, which is a bad thing and because we loose the web context in the web extension, I don't know what solution I can use.

Feel free to add some comment here, if you have good solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants