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
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
The text was updated successfully, but these errors were encountered:
@testuserexc I just came across this issue as well. The admin controller is missing
protectedfunction_isAllowed()
{
returntrue;
}
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.
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
The text was updated successfully, but these errors were encountered: