From cae66dc12a9a749da3f4fb21602eef7ed3b5821e Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:39:31 +0200 Subject: [PATCH] [PREPORT] fe_user > fe_users (#4847) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Preport of https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/pull/4836 into main Was already merged in 12.4 and 13.4 Co-authored-by: Sergio Catalá --- Documentation/ApiOverview/ContentElements/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ApiOverview/ContentElements/Index.rst b/Documentation/ApiOverview/ContentElements/Index.rst index 6ad5cb0625..0959b0ff90 100644 --- a/Documentation/ApiOverview/ContentElements/Index.rst +++ b/Documentation/ApiOverview/ContentElements/Index.rst @@ -211,7 +211,7 @@ The news records are stored in a custom database table (`tx_news_domain_model_ne and can be edited in the backend. There are also system extensions that have plugins. :composer:`typo3/cms-felogin` -has a plugin that allow frontend users, stored in table `fe_user` to log into +has a plugin that allow frontend users, stored in table `fe_users` to log into the website. :composer:`typo3/cms-indexed-search` has a plugin that can be used to search in the index and display search results.