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

Update LocalData after password-change #58

Open
TimvanSteenbergen opened this issue Jun 9, 2017 · 0 comments
Open

Update LocalData after password-change #58

TimvanSteenbergen opened this issue Jun 9, 2017 · 0 comments

Comments

@TimvanSteenbergen
Copy link
Owner

Problem:
When the password needs to get changed, on PopupForm/NewAndVerifyPassword.ts:36 the new password gets generated using the (SequenceNr +1) as new SequenceNr.
This new SequenceNr needs to get copied to both the window.localData as to the chrome.storage.local

Solution:

  • don't know if it is at all possible since window.localData can not (to my knowledge) get read nore modified from the ActiveTab-window that the NewAdnVerifyPassword is on.

Workaround:

  • make this an instruction for the user. Copy and paste action
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