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

client/webserver: remove legacy seed js validation #2966

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

ukane-philemon
Copy link
Contributor

We recently moved from hex seeds to mnemonics but had a leftover js check that only works for legacy seeds and errors for the new mnemonic seed format.

This PR removes that legacy js validation and fixes a bug with PASSWORD_RESET_SUCCESS_MSG locale translation key.

We recently moved from hex seeds to mnemonics but had
a leftover js check that only works for legacy seeds and errors
for the new mnemonic seed format.

This PR removes that legacy js validation and fixes a bug with
PASSWORD_RESET_SUCCESS_MSG locale translation key.

Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
@JoeGruffins
Copy link
Member

JoeGruffins commented Sep 12, 2024

How do I get to the set pw with app seed page? I don't see it it settings...

Ohh, before login, right, nvm.

@buck54321 buck54321 merged commit c3ed943 into decred:master Sep 12, 2024
5 checks passed
buck54321 pushed a commit to buck54321/dcrdex that referenced this pull request Oct 17, 2024
* client/webserver: remove legacy seed js validation

We recently moved from hex seeds to mnemonics but had
a leftover js check that only works for legacy seeds and errors
for the new mnemonic seed format.

This PR removes that legacy js validation and fixes a bug with
PASSWORD_RESET_SUCCESS_MSG locale translation key.

* refresh password reset form before display
---------

Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
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

Successfully merging this pull request may close these issues.

3 participants