diff options
| author | 2025-12-04 20:10:20 +0100 | |
|---|---|---|
| committer | 2025-12-04 20:10:20 +0100 | |
| commit | 6d2bb24b3772a7b839d6911c1e1fe27151d29bfa (patch) | |
| tree | d9a4171134bc76ff6548100863f13163c55520b8 /app/i18n/ko/admin.php | |
| parent | 5e9c3617cac1e3eac246e2ae7df6f4b71c33d37c (diff) | |
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
Diffstat (limited to 'app/i18n/ko/admin.php')
| -rw-r--r-- | app/i18n/ko/admin.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/i18n/ko/admin.php b/app/i18n/ko/admin.php index 434e401ff..eec835f5a 100644 --- a/app/i18n/ko/admin.php +++ b/app/i18n/ko/admin.php @@ -22,7 +22,6 @@ return array( 'token' => '마스터 인증 토큰', 'token_help' => '인증 없이 사용자의 모든 RSS 내용과 피드 새로고침 권한을 허용합니다.:', 'type' => '인증', - 'unsafe_autologin' => '다음과 같은 안전하지 않은 방식의 로그인을 허가합니다: ', ), 'check_install' => array( 'cache' => array( |
