mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 18:23:52 -04:00
Fix login page when user does not exist (#4621)
This commit is contained in:
committed by
GitHub
parent
37cf233907
commit
7de5b93da4
@@ -72,7 +72,7 @@ class FreshRSS_auth_Controller extends FreshRSS_ActionController {
|
||||
}
|
||||
|
||||
$auth_type = FreshRSS_Context::$system_conf->auth_type;
|
||||
FreshRSS_Context::initUser('_');
|
||||
FreshRSS_Context::initUser('_', false);
|
||||
switch ($auth_type) {
|
||||
case 'form':
|
||||
Minz_Request::forward(array('c' => 'auth', 'a' => 'formLogin'));
|
||||
|
||||
Reference in New Issue
Block a user