moodle-tool_mfa
moodle-tool_mfa copied to clipboard
A Multi-Factor Authentication Moodle plugin with flexible support for TOTP, Email, IP and more
Currently lastverified being empty will convert to '-' in the table display. This should be moved over to a lang string
Sort of a duplicate of #339. Started to utilise this plugin on a Totara 15 instance and noticed the [time based factor's form](https://github.com/catalyst/moodle-tool_mfa/blob/642cb20ca95c4d94d054494cabb3fd472a39c44f/factor/totp/classes/factor.php#L146) didn't display a few elements as expected....
When running Moodle with something like `$CFG->wwwroot = 'https://example.com/moodle';` and tool_mfa enabled, any attempt to login results in "Unsupported redirect detected, script execution terminated", similar to #148.
Hello, I am trying to integrate dual authentication (manual authentication + TOPT) and saml2 authentication without 2fa on a Totara 14 and 15, but it does not work. When I...
I got MFA set up using the TOTP option with Microsoft Authenticator and got everything verified/passing according to the debug mode. But when I log out then log back in...
If you have been logged in on this device before then that counts for something rather than being on a completely unknown device. This could work by storing and comparing...
Currently in not_enough_factors we use $CFG->supportemail to build up the message. Would be nice if we can add an extra setting to override this default behaviour.
Some of the logic can be hairy, and so the best way is to just test it and see. To make this much easier: * [ ] have a new...