summaryrefslogtreecommitdiff
path: root/help/VFS.md
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2026-07-11 11:11:06 +0200
committerMichael Peter Christen <mc@yacy.net>2026-07-11 11:11:06 +0200
commitb1380c4a9f479de4fc456b6305bee57bc752ad03 (patch)
treec0d42fb103edafa5e9b8e5f04f48bfdcc658441e /help/VFS.md
parentf2b0f41d8492ebf92b0e331e8c9c78e626f371c9 (diff)
cleaned up user authentication
this removes the userDB-exception in the normal authentication process which affected mostly wiki and blog which are not required any more. We also cleaned up translation messages as this function was not used at all. This is a required step forward a renovation of the jetty server.
Diffstat (limited to 'help/VFS.md')
-rw-r--r--help/VFS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/VFS.md b/help/VFS.md
index cfab89840..3470018c3 100644
--- a/help/VFS.md
+++ b/help/VFS.md
@@ -24,7 +24,7 @@ Use it to inspect or manage stored file-like content.
## Page Architecture
-Content application pages store and render peer-local objects such as bookmarks, messages, wiki text, tables, profiles, or translations. They combine form editing with a rendered view of the stored object.
+Content application pages store and render peer-local objects such as bookmarks, messages, tables, profiles, or translations. They combine form editing with a rendered view of the stored object.
## Correct Use
@@ -46,4 +46,4 @@ Expect stored or rendered content: a message, page, table row, bookmark, profile
## Related Pages
-- Related content work usually continues on the matching wiki, blog, bookmark, message, table, translation, vocabulary, or file page.
+- Related content work usually continues on the matching bookmark, message, table, translation, vocabulary, or file page.