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

Implement Security (password) management flow #14

Open
localredhead opened this issue Apr 29, 2022 · 0 comments
Open

Implement Security (password) management flow #14

localredhead opened this issue Apr 29, 2022 · 0 comments

Comments

@localredhead
Copy link

localredhead commented Apr 29, 2022

  1. When a user selects Security from the Accounts sub-menu, they should see a screen prompting them update their password.
    image
  2. When the user supplies a minimally viable password and they have successfully repeated their password, and they have provided an old password, enable the Save button.
    image
  3. When the user clicks Save, user their old password to validate and update their new password.

Note:

  • Determine minimum password requirements
  • Does updating a password have implications on information stored? Will we need to update or re-encrypt after a password change?
  • Is there a particular type of encryption we should use? We are using secure storage which will prompt for the password.... it will likely as the user to unlock their keyring.
@localredhead localredhead added this to the Account Settings milestone Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant