-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When I don't have showPage defined and I'm at /processwire/ (admin root page), this rule always matches and attempts to redirect to /processwire/, thus creating an endless redirect loop:
// Else redirect to the login page
} elseif (!$this->showPage && $page->name != 'login') {
$this->session->redirect($this->config->urls->admin, false);
}
I'm not entirely sure if/how this has worked before, but it doesn't make much sense to me (and at least when testing with PW 2.4.9 it's not working either). What am I missing here? :)
Metadata
Metadata
Assignees
Labels
No labels