Actions
Bug #9188
closedMFA: logout button fails due to backdoor protection
Description
CBs system plugin protect access from Joomla's user component being used outside of CB (e.g. backdoor login/registration). However the MFA page has a logout button. Review either removing logout URL blocking or see if MFA can be detected and allow that URL during MFA.
Updated by krileon over 1 year ago
isHandlingMultiFactorAuthentication is called after onAfterRoute, which is what CB is using to trigger its redirects. afterDispatch (fired after isHandlingMultiFactorAuthentication) can't really be used as redirects before ours would take priority.
Updated by krileon over 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1871
Actions