-
Bug
-
Resolution: Fixed
-
Minor
-
4.5.4
To reproduce:
- Check out the v4.5.0 tag of your Moodle instance:
git checkout v4.5.0
- Do a fresh install
- Enable debugging mode (if using MDK, "mdk run mindev")
- Check out the latest version of the branch you're testing (e.g. on 405, git checkout MOODLE_405_STABLE)
- Go through the upgrade process.
- On the "Upgrading to new version" page, search for factor_sms
- Expected: There should be no debugging message shown
- Actual: The following debugging messages are shown
Warning: Undefined property: stdClass::$weight in /Users/jun/Work/moodles/sm/moodle/admin/tool/mfa/factor/sms/db/upgrade.php on line 82
Warning: Undefined property: stdClass::$duration in /Users/jun/Work/moodles/sm/moodle/admin/tool/mfa/factor/sms/db/upgrade.php on line 85
- has been marked as being related by
-
MDL-85118 PR only: MDL-85116 - factor_sms-related debugging call during upgrade
-
- Closed
-
- is a regression caused by
-
MDL-83692 MFA SMS factor secret validity duration is forced to zero
-
- Closed
-
- is duplicated by
-
MDL-85129 Upgrading mfa tool to 2025040100 with debug mode on throws a warning
-
- Closed
-