Don
19 Enero, 2022 07:40
1
Hola,
Finalmente instalé Discourse Encrypt y noté un pequeño problema. En el mensaje de advertencia después de habilitar el cifrado, el enlace va a la página /my/preferences/account y no a /my/preferences/security.
js:
encrypt:
title: "Encrypted Messages"
decrypting: "Decrypting..."
missing_topic_key: "This message could not be decrypted because you have no topic key for this message. Were you invited to this topic?"
invalid_ciphertext: "The message could not be decrypted because the ciphertext of this message is invalid."
invalid_topic_key: "The message could not be decrypted because your topic key is invalid."
invalid_identity: "The message could not be decrypted because the user identity is invalid."
no_backup_warn: "You enabled encryption, but have not yet generated any paper keys. Without any paper keys, you risk losing access to your encrypted messages. To generate a paper key, please navigate to <a href='%{basePath}/my/preferences/account'>user preferences page</a>, press the <kbd>Generate paper key</kbd> button and follow the instructions."
integrity_check_pass: "The integrity check for this post has passed."
integrity_check_fail: "The integrity check for this post has failed (%{fields} mismatch)."
integrity_check_warn_updated_at: "Post metadata was updated without being signed again."
integrity_check_warn_signed_by: "This post was last signed by %{actual}, not %{expected}."
encrypted_title: "A secret message"
encrypted_post: "This is a secret message with end to end encryption. To view it, you must be invited to this topic."
encrypted_post_email: "This is a secret message with end to end encryption. You must visit the topic to view it."
encrypted_post_email_timer_annotation: "This message will be permanently deleted at %{delete_at}"
Gracias
sam
(Sam Saffron)
23 Diciembre, 2024 19:48
2
Discourse Encrypt ha sido descontinuado y ya no estamos rastreando problemas con el plugin en meta.
Para avanzar en esto, se necesitará crear y mantener un plugin de terceros (en un tema de plugin dedicado).