diff options
author | func0der <529819+func0der@users.noreply.github.com> | 2023-09-17 22:28:31 +0000 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-03-05 18:08:41 +0100 |
commit | f7bf983fb6647d08f0e8c03199a96ffd396ac2cc (patch) | |
tree | 0a07028687d81860ae8ec905a2d9f808a9c99901 /apps | |
parent | 3459ff9638105f0992691dd79a792da581c3a11f (diff) | |
download | nextcloud-server-f7bf983fb6647d08f0e8c03199a96ffd396ac2cc.tar.gz nextcloud-server-f7bf983fb6647d08f0e8c03199a96ffd396ac2cc.zip |
fix(encryption): Inform user about master key generation on encryption enabling
Signed-off-by: func0der <529819+func0der@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/src/components/Encryption/EncryptionWarningDialog.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings/src/components/Encryption/EncryptionWarningDialog.vue b/apps/settings/src/components/Encryption/EncryptionWarningDialog.vue index 4d6b6274ff5..f229544a7d9 100644 --- a/apps/settings/src/components/Encryption/EncryptionWarningDialog.vue +++ b/apps/settings/src/components/Encryption/EncryptionWarningDialog.vue @@ -53,6 +53,9 @@ function onUpdateOpen(isOpen: boolean) { {{ t('settings', 'Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met.') }} </li> <li> + {{ t('settings', 'By default a master key for the whole instance will be generated. Please check if that level of access is compliant with your needs.') }} + </li> + <li> {{ t('settings', 'Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases.') }} </li> <li> |