From bb7236e26362fe6297cc76f81ae7f75caeb0b232 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 28 Jan 2025 15:33:17 +0100 Subject: Better authorization label for OIDC (#7264) * Better authorization label for OIDC Reword description of HTTP login method to include OIDC fix https://github.com/FreshRSS/FreshRSS/issues/7254#issuecomment-2615838151 And remove several duplicated i18n entries. And add to documentation https://www.authelia.com/integration/openid-connect/freshrss/ * Update app/i18n/it/admin.php Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * Update app/i18n/nl/admin.php Co-authored-by: Frans de Jonge --------- Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> Co-authored-by: Frans de Jonge --- app/i18n/de/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/de/admin.php') diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php index deab59bdb..75f3c4180 100644 --- a/app/i18n/de/admin.php +++ b/app/i18n/de/admin.php @@ -16,7 +16,7 @@ return array( 'allow_anonymous_refresh' => 'Anonymes Aktualisieren der Artikel erlauben', 'api_enabled' => 'API-Zugriff erlauben (für mobile Apps und Benutzerabfragen benötigt)', 'form' => 'Webformular (traditionell, benötigt JavaScript)', - 'http' => 'HTTP (HTTPS für erfahrene Benutzer)', + 'http' => 'HTTP (advanced: managed by Web server, OIDC, SSO…)', // TODO 'none' => 'Keine (gefährlich)', 'title' => 'Authentifizierung', 'token' => 'Master-Authentifizierungs-Token', -- cgit v1.2.3