From 6d2bb24b3772a7b839d6911c1e1fe27151d29bfa Mon Sep 17 00:00:00 2001 From: Inverle Date: Thu, 4 Dec 2025 20:10:20 +0100 Subject: Move unsafe autologin to an extension (#7958) Completes the following TODO https://github.com/FreshRSS/FreshRSS/issues/7923: https://github.com/FreshRSS/FreshRSS/blob/de624dc8ce63ec819c61216d9d44f828841c293e/app/Controllers/authController.php#L105 Extension PR: https://github.com/FreshRSS/Extensions/pull/364 https://github.com/FreshRSS/Extensions/tree/main/xExtension-UnsafeAutologin --- app/i18n/en/admin.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/i18n/en/admin.php') diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index e5fa4245a..20e8e355a 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -22,7 +22,6 @@ return array( 'token' => 'Master authentication token', 'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', 'type' => 'Authentication method', - 'unsafe_autologin' => 'Allow unsafe automatic login using the format: ', ), 'check_install' => array( 'cache' => array( -- cgit v1.2.3