-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
4.3
-
MOODLE_403_STABLE
-
When you click "I don't have my..." factor button (and dont' have grace period or trust this device enabled), you receive the following stack trace on https://<moodle_url>/admin/tool/mfa/auth.php{}
Warning: Undefined property: stdClass::$supportemail in /var/www/html/admin/tool/mfa/renderer.php on line 216 |
The boolean $primary is deprecated and replaced by $type, use single_button::BUTTON_PRIMARY or self::BUTTON_SECONDARY instead line 907 of /lib/outputcomponents.php: call to debugging() line 234 of /admin/tool/mfa/renderer.php: call to single_button->__construct() line 192 of /admin/tool/mfa/classes/manager.php: call to tool_mfa_renderer->not_enough_factors() line 287 of /admin/tool/mfa/classes/manager.php: call to tool_mfa\manager::cannot_login() line 78 of /admin/tool/mfa/auth.php: call to tool_mfa\manager::resolve_mfa_status() |