moodle-tool_mfa icon indicating copy to clipboard operation
moodle-tool_mfa copied to clipboard

A Multi-Factor Authentication Moodle plugin with flexible support for TOTP, Email, IP and more

Results 100 moodle-tool_mfa issues
Sort by recently updated
recently updated
newest added

I think the issue is here: https://github.com/catalyst/moodle-tool_mfa/blob/master/classes/manager.php#L188-L194 It might be that we need to render the page into a var, then logout (which sets headers), then display echo the var...

bug

Have a consistent way of sending MFA notices, using some combination of: * [ ] most informational notification should render an page notifications * [ ] a message api notifications...

documentation
refactor

Custom renderers should go to a seperate variable, not override $OUTPUT.

refactor

I enabled Email, TOTP and No Setup factor. While trying to make TOTP Authentication at the top or default method, the up down buttons do not work. Even giving more...

bug

Spun off from #176 Create a drilldown report with more info on a factor by factor basis

enhancement

if you install MFA for Moodle 3.5 and don't backport anything (i.e. MDL-60470 and MDL-66340) unit tests will explode with error: ```1) tool_mfa\tests\tool_mfa_manager_testcase::test_core_hooks Undefined property: stdClass::$mfa_config_hook_test /var/www/site/admin/tool/mfa/tests/manager_test.php:353 /var/www/site/lib/phpunit/classes/advanced_testcase.php:80 To re-run:...

bug

Eg securityquestions/set_responses.php -> click logout -> hit auth.php

bug

eg for some setups you might login with mfa to happen via a vpn. In this case the ip factor is actually actionable, ie if you are not on the...

enhancement