Peter Burnett
Peter Burnett
Hmm this was reported by another user as well, but I was unable to replicate. Are you able to nail down the reproduction steps? It may be due to the...
Also reported in #182
Sounds like its the same issue as #130
Hi @thomasrauprich There are 2 ways. Currently the factor is only deactivated until the user is able to successfully authenticate with MFA. This means that if the user is able...
There is an admin page to do it through the frontend here admin/tool/mfa/reset_factor.php. Currently there is no CLI method to do this
Hi @karnakitab, Can you provide any more details on this issue, such as Moodle version, MFA configuration, MFA plugin version etc., and reproduction steps? I haven't been able to reproduce...
Is this fixed in a later version of SimpleSAMLPHP ? Wouldnt be too bad to fix it there at some point if not, then we dont need to maintain a...
@keevan I think we just need to do a bit of adjustment to the field updated function here: https://github.com/catalyst/moodle-auth_saml2/blob/MOODLE_39_STABLE/classes/auth.php#L1030 When you get logged in via a secondary mapping, this would...
Related: https://github.com/catalyst/moodle-tool_objectfs/issues/471
The strategy here will be to add a middleware to the guzzle stack, which configures the proxy settings for the request, based on the URL of the request, as in...