From 71b196b0e1034d719140a8a616fb179373be0b2c Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 7 Oct 2025 10:44:04 -0400 Subject: [PATCH] fix: Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Josh --- apps/encryption/appinfo/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index b4a44e8e85e..6641817a2ec 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -18,8 +18,8 @@ * **Authentication:** HMAC-SHA256 **Important Warnings** - * **DANGER:** Do not disable this module until all files have been decrypted (`occ encryption:decrypt-all`). - * **WARNING:** Once SSE has been enabled, files cannot be decrypted unless you have command-line access. + * **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`). + * **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI." **Notes for Existing Files** * By default, enabling SSE does not encrypt existing files; only new files will be encrypted.