Skip to content

Commit 7338c41

Browse files
func0dersusnux
authored andcommitted
fix(encryption): Inform user about master key generation on encryption enabling
Signed-off-by: func0der <529819+func0der@users.noreply.github.com>
1 parent 23ca17f commit 7338c41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/settings/src/components/Encryption/EncryptionWarningDialog.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ function onUpdateOpen(isOpen: boolean) {
5252
<li>
5353
{{ 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.') }}
5454
</li>
55+
<li>
56+
{{ 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.') }}
57+
</li>
5558
<li>
5659
{{ 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.') }}
5760
</li>

0 commit comments

Comments
 (0)