Merge pull request #40468 from func0der/patch-1

[Proposal] Inform user about master key generation on encryption enabling
This commit is contained in:
Andy Scherzinger 2025-03-05 21:13:27 +01:00 committed by GitHub
commit 5509c84387
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long