Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Passphrase Support for e2e backups#2283

Merged
dbkr merged 8 commits into
dbkr/e2e_backupsfrom
dbkr/e2e_backups_passphrase
Nov 21, 2018
Merged

Passphrase Support for e2e backups#2283
dbkr merged 8 commits into
dbkr/e2e_backupsfrom
dbkr/e2e_backups_passphrase

Conversation

@dbkr
Copy link
Copy Markdown
Member

@dbkr dbkr commented Nov 20, 2018

No description provided.

@dbkr dbkr requested a review from a team November 20, 2018 16:25
@dbkr
Copy link
Copy Markdown
Member Author

dbkr commented Nov 21, 2018

element-hq/riot-meta#227


_onPassPhraseConfirmKeyPress: function(e) {
if (e.key === 'Enter') {
this._onPassPhraseConfirmNextClick();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all the keydown handlers look to give the user a way to submit even when the "next" button is disabled. Should probably have a condition either here or in the click handler to check for that condition.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooh, good catch

<p>
Type in your Recovery Passphrase to confirm you remember it.
If it helps, add it to your password manager or store it
somewhere safe.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

translations

const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
return <div>
Without setting up Secure Message Recovery, you won't be able to restore your
encrypted message history if you log out or use another device.
Copy link
Copy Markdown
Member

@turt2live turt2live Nov 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

translations

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooh, thanks

@dbkr
Copy link
Copy Markdown
Member Author

dbkr commented Nov 21, 2018

right, that should be better

@dbkr dbkr merged commit db26513 into dbkr/e2e_backups Nov 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants