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/fa/admin.php | 2 +- app/i18n/fa/install.php | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'app/i18n/fa') diff --git a/app/i18n/fa/admin.php b/app/i18n/fa/admin.php index e042f031d..848df0f5c 100644 --- a/app/i18n/fa/admin.php +++ b/app/i18n/fa/admin.php @@ -16,7 +16,7 @@ return array( 'allow_anonymous_refresh' => ' اجازه بازخوانی ناشناس مقالات را بدهید', 'api_enabled' => ' اجازه دسترسی به API (الزامی برای برنامه های تلفن همراه and sharing user queries and sharing user queries)', // DIRTY 'form' => ' فرم وب (سنتی', - 'http' => ' HTTP (برای کاربران پیشرفته با HTTPS)', + 'http' => 'HTTP (advanced: managed by Web server, OIDC, SSO…)', // TODO 'none' => ' هیچ (خطرناک)', 'title' => ' احراز هویت', 'token' => 'Master authentication token', // TODO diff --git a/app/i18n/fa/install.php b/app/i18n/fa/install.php index 7d86b78d0..e0c39193f 100644 --- a/app/i18n/fa/install.php +++ b/app/i18n/fa/install.php @@ -18,14 +18,6 @@ return array( 'next_step' => 'Go to the next step', // TODO 'reinstall' => 'Reinstall FreshRSS', // TODO ), - 'auth' => array( - 'form' => 'Web form (traditional', - 'http' => 'HTTP (for advanced users with HTTPS)', // TODO - 'none' => 'None (dangerous)', // TODO - 'password_form' => 'Password
(for the Web-form login method)', // TODO - 'password_format' => 'At least 7 characters', // TODO - 'type' => 'Authentication method', // TODO - ), 'bdd' => array( '_' => 'Database', // TODO 'conf' => array( -- cgit v1.2.3