You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alexander-schranz
changed the title
Redirect Loop in Login when user is only Newsletter Manager
Redirect Loop in login when user is only 'Newsletter Manager'
Jun 6, 2014
if ($this->core->getDashboard() !== true) {
$this->_redirect('/zoolu/cms');
} else {
$this->_redirect('/zoolu'); // don't delete this
}
in the UserController
and add a case switch in core/indexcontroller/indexaction with permission request before $this->_redirect show as default an empty page with index layout
No description provided.
The text was updated successfully, but these errors were encountered: