summaryrefslogtreecommitdiff
path: root/Encryption.md
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-05 19:53:08 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-05 19:53:08 +0000
commit987e283677bde3d3f5926655a4673fb38961d08b (patch)
treea28b99f9cabe226b8ebff43e52f71cc8cf3f5141 /Encryption.md
parent978c6fafdef0f6efd70f57cb1e86bd0a662188fd (diff)
Switch to GitHub format for alerts/notifications.
Diffstat (limited to 'Encryption.md')
-rw-r--r--Encryption.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Encryption.md b/Encryption.md
index dfaa48a..e76c880 100644
--- a/Encryption.md
+++ b/Encryption.md
@@ -10,6 +10,6 @@ php ./update.php --gen-encryption-key
If enabled, existing plaintext login sessions are automatically encrypted when used, plaintext feed passwords are encrypted on feed update.
-!!! warning
+[!WARNING]
Automatic encryption of plaintext data is a one-way process. If you decide to disable `TTRSS_ENCRYPTION_KEY` afterwards, all encrypted sessions would become invalid and you will get logged out. Feed passwords would become unreadable until you either enable encryption back using same key or edit feeds manually.