mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-09-08 11:43:20 -04:00
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
This commit is contained in:
1 parent
5e9c3617ca
commit
6d2bb24b37
32 files changed
+1
-94
No files matched your search
@@ -22,7 +22,6 @@ return array(
|
||||
'token' => 'Master-Authentifizierungs-Token',
|
||||
'token_help' => 'Zugriff auf alle vom Nutzer erstellten RSS-Feeds freigeben (inkl. Aktualisierung ohne Authenthentifizierung):',
|
||||
'type' => 'Authentifizierungsmethode',
|
||||
'unsafe_autologin' => 'Erlaube unsicheres automatisches Anmelden mit folgendem Format: ',
|
||||
),
|
||||
'check_install' => array(
|
||||
'cache' => array(
|
||||
|
||||
Reference in new issue
Block a user