-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
New: Option to change E2E key #12169
Conversation
@@ -1030,6 +1032,8 @@ | |||
"Encrypted": "Encrypted", | |||
"Encrypted_channel_Description": "End to end encrypted channel. Search will not work with encrypted channels and notifications may not show the messages content.", | |||
"Encrypted_message": "Encrypted message", | |||
"EncryptionKey_Change_Disabled": "You can't change your encryption key because it was never used on this browser.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest:
You can't set a password for your encryption key because your private key is not present on this client. Please go to the client you have the encryption working and set the password there to be able to import it here.
…et.Chat into e2e-option-to-change-key
import { RocketChat } from 'meteor/rocketchat:lib'; | ||
import { e2e } from 'meteor/rocketchat:e2e'; | ||
|
||
window.qrcode = qrcode; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this?
/* globals Template, t, ReactiveVar */ | ||
import toastr from 'toastr'; | ||
import s from 'underscore.string'; | ||
import qrcode from 'yaqrcode'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this?
…et.Chat into e2e-option-to-change-key
No description provided.