Skip to content

Commit

Permalink
fix(encryption): Inform user about master key generation on encryptio…
Browse files Browse the repository at this point in the history
…n enabling

Signed-off-by: func0der <529819+func0der@users.noreply.github.com>
  • Loading branch information
func0der authored and susnux committed Jan 31, 2025
1 parent 6907b62 commit 593c79b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ function onUpdateOpen(isOpen: boolean) {
<li>
{{ 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>
Expand Down

0 comments on commit 593c79b

Please sign in to comment.