silverstripe / silverstripe-mfa

MultiFactor Authentication for Silverstripe CMS
BSD 3-Clause "New" or "Revised" License
11 stars 24 forks source link

FIX Add back in sudo mode activation on login #484

Closed emteknetnz closed 1 year ago

emteknetnz commented 1 year ago

Issue https://github.com/silverstripe/silverstripe-mfa/issues/483

Was removed here

We need this because the check in LoginHandler::mfa() .. $this->getSudoModeService()->check($request->getSession()) will fail if we don't have this

emteknetnz commented 1 year ago

Added a comment