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

sentry-two-factor-authentication is not working with custom permission users #26

Open
testuserexc opened this issue May 23, 2018 · 1 comment

Comments

@testuserexc
Copy link

Hi,

In our maegnto website, the 2FA is not working with customers who have custom permission. When a customer permission user try to login, it doesnt shows any authentication steps like Duo and can login without going through any security checking. And the resultant page will shows access denied. Kindly advice how can we fix this issue.

Thanks,
AnjalyExc

@davidrushton
Copy link

@testuserexc I just came across this issue as well. The admin controller is missing

    protected function _isAllowed()
    {
		return true;
    }

I was going to submit a PR to fix this, but it looks like this was already done in #17. The master branch just hasn't been merged with devel for a long time.

Hope that helps.

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

No branches or pull requests

2 participants