From 5aeab896e9042478e8de0c0989fe1be3b208d31f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 5 Mar 2024 14:26:52 +0100 Subject: Fix OPML export regression and add token in RSS link (#6160) * OPML regression due to *shared user queries* (the XPath attributes were not exported anymore) https://github.com/FreshRSS/FreshRSS/pull/6052 * Add master token to HTML Meta RSS link and OPML link https://github.com/FreshRSS/FreshRSS/discussions/6159#discussioncomment-8678399 --- docs/en/users/user_queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/en/users/user_queries.md b/docs/en/users/user_queries.md index 68f0898df..d202c52a1 100644 --- a/docs/en/users/user_queries.md +++ b/docs/en/users/user_queries.md @@ -53,7 +53,7 @@ Some parameters can be manually added to the URL: ## Sharing with a master token (deprecated) Before FreshRSS 1.24, the only option to reshare an RSS output was by using a master token, -like `https://freshrss.example.net/?a=rss&user=alice&token1234` +like `https://freshrss.example.net/?a=rss&user=alice&token=abc123` This was mostly intended for sharing between systems controlled by the same user, and not for sharing publicly. -- cgit v1.2.3