Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect Loop in login when user is only 'Newsletter Manager' #269

Open
alexander-schranz opened this issue Jun 6, 2014 · 1 comment
Open
Assignees
Milestone

Comments

@alexander-schranz
Copy link
Member

No description provided.

@alexander-schranz 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
@c00n84 c00n84 added the High label Jun 6, 2014
@c00n84 c00n84 self-assigned this Jun 6, 2014
@c00n84 c00n84 added this to the KW25 milestone Jun 6, 2014
@alexander-schranz
Copy link
Member Author

@c00n84

you need to delete all

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants